Html Css Color HEX #BD66FF Heliotrope

📋 copy color: '#BD66FF'

red 189 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #BD66FF

Tints of Heliotrope #BD66FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.68%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 34.62%
G = 18.68%
B = 46.7%

CMYK

 C value IS 0.26

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD66FF (or 0xBD66FF) is known color: Heliotrope. HEX triplet: BD, 66 and FF. RGB value is (189,102,255). Sum of RGB (Red+Green+Blue) = 189+102+255=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66FF is #429900. Grayscale: #909090. Windows color (decimal): -4364545 or 16737981. OLE color: 16737981.

HSL color Cylindrical-coordinate representation of color #BD66FF: hue angle of 274.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD66FF is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 102 255 -
CMYK 0.26 0.6 0 0
HSL 274.12º 1% 0.7% -
HSV(B) 274.12º 0.6% 1% -
XYZ 43.79 27.54 97.62 -
YUV 145.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 189 102 255 0.26 0.6 0 0 274.12 1 0.7
Hex BD 66 FF 1A 3C 0 0 112 64 46
Octal 275 146 377 32 74 0 0 422 144 106
Binary 10111101 1100110 11111111 11010 111100 0 0 100010010 1100100 1000110

Color Harmonies of #BD66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66FF

Black with #BD66FF

Text Example


Text Example

White with #BD66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66FF; }

 p { color: rgb(189,102,255); }

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

background-color css

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

 a { background-color: rgb(189,102,255); }

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

border-color css

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

 span { border-color: rgb(189,102,255); }

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