Html Css Color HEX #BD86FE Heliotrope

📋 copy color: '#BD86FE'

red 189 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #BD86FE

Tints of Heliotrope #BD86FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.22%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 32.76%
G = 23.22%
B = 44.02%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD86FE (or 0xBD86FE) is known color: Heliotrope. HEX triplet: BD, 86 and FE. RGB value is (189,134,254). Sum of RGB (Red+Green+Blue) = 189+134+254=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86FE is #427901. Grayscale: #A3A3A3. Windows color (decimal): -4356354 or 16680637. OLE color: 16680637.

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

Color convert

RGB 189 134 254 -
CMYK 0.26 0.47 0 0.00
HSL 267.5º 0.98% 0.76% -
HSV(B) 267.5º 0.47% 1% -
XYZ 47.4 35.02 98.03 -
YUV 164.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 189 134 254 0.26 0.47 0 0.00 267.5 0.98 0.76
Hex BD 86 FE 1A 2F 0 0 10C 62 4C
Octal 275 206 376 32 57 0 0 414 142 114
Binary 10111101 10000110 11111110 11010 101111 0 0 100001100 1100010 1001100

Color Harmonies of #BD86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86FE

Black with #BD86FE

Text Example


Text Example

White with #BD86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86FE; }

 p { color: rgb(189,134,254); }

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

background-color css

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

 a { background-color: rgb(189,134,254); }

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

border-color css

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

 span { border-color: rgb(189,134,254); }

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