Html Css Color HEX #B675ED Medium Purple

📋 copy color: '#B675ED'

red 182 ◦ green 117 ◦ blue 237

#B675ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B675ED

Tints of Medium Purple #B675ED

RGB

 RED value IS 182 (71.48% from 255) = 33.96%

 GREEN value IS 117 (46.09% from 255) = 21.83%

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 33.96%
G = 21.83%
B = 44.22%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B675ED (or 0xB675ED) is known color: Medium Purple. HEX triplet: B6, 75 and ED. RGB value is (182,117,237). Sum of RGB (Red+Green+Blue) = 182+117+237=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #B675ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B675ED is #498A12. Grayscale: #959595. Windows color (decimal): -4819475 or 15562166. OLE color: 15562166.

HSL color Cylindrical-coordinate representation of color #B675ED: hue angle of 272.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B675ED is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 117 237 -
CMYK 0.23 0.51 0 0.07
HSL 272.5º 0.77% 0.69% -
HSV(B) 272.5º 0.51% 0.93% -
XYZ 40.94 28.78 83.52 -
YUV 150.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 182 117 237 0.23 0.51 0 0.07 272.5 0.77 0.69
Hex B6 75 ED 17 33 0 7 110 4D 45
Octal 266 165 355 27 63 0 7 420 115 105
Binary 10110110 1110101 11101101 10111 110011 0 111 100010000 1001101 1000101

Color Harmonies of #B675ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675ED

Black with #B675ED

Text Example


Text Example

White with #B675ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675ED; }

 p { color: rgb(182,117,237); }

 H1.HeaderClassName
 {
   color: #B675ED;
 }
 .AnyTagClassName
 {
   color: #B675ED;
 }
</style>

background-color css

<style>
 a { background-color: #B675ED; }

 a { background-color: rgb(182,117,237); }

 div.DivClassName
 {
   background-color: #B675ED;
 }
 .BgClassName
 {
   background-color: #B675ED;
 }
</style>

border-color css

<style>
 span { border-color: #B675ED; }

 span { border-color: rgb(182,117,237); }

 td.TdClassName
 {
   border-color: #B675ED;
 }
 .TagClassName
 {
   border-color: #B675ED;
 }
</style>