Html Css Color HEX #BD7BEC Heliotrope

📋 copy color: '#BD7BEC'

red 189 ◦ green 123 ◦ blue 236

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

Shades of Heliotrope #BD7BEC

Tints of Heliotrope #BD7BEC

RGB

 RED value IS 189 (74.22% from 255) = 34.49%

 GREEN value IS 123 (48.44% from 255) = 22.45%

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 34.49%
G = 22.45%
B = 43.07%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD7BEC (or 0xBD7BEC) is known color: Heliotrope. HEX triplet: BD, 7B and EC. RGB value is (189,123,236). Sum of RGB (Red+Green+Blue) = 189+123+236=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BEC is #428413. Grayscale: #9B9B9B. Windows color (decimal): -4359188 or 15498173. OLE color: 15498173.

HSL color Cylindrical-coordinate representation of color #BD7BEC: hue angle of 275.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7BEC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 123 236 -
CMYK 0.20 0.48 0 0.07
HSL 275.04º 0.75% 0.7% -
HSV(B) 275.04º 0.48% 0.93% -
XYZ 43.21 31.04 83.07 -
YUV 155.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 189 123 236 0.20 0.48 0 0.07 275.04 0.75 0.7
Hex BD 7B EC 14 30 0 7 113 4B 46
Octal 275 173 354 24 60 0 7 423 113 106
Binary 10111101 1111011 11101100 10100 110000 0 111 100010011 1001011 1000110

Color Harmonies of #BD7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BEC

Black with #BD7BEC

Text Example


Text Example

White with #BD7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BEC; }

 p { color: rgb(189,123,236); }

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

background-color css

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

 a { background-color: rgb(189,123,236); }

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

border-color css

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

 span { border-color: rgb(189,123,236); }

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