Html Css Color HEX #BD85FE Heliotrope

📋 copy color: '#BD85FE'

red 189 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #BD85FE

Tints of Heliotrope #BD85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.09%

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

R = 32.81%
G = 23.09%
B = 44.1%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD85FE (or 0xBD85FE) is known color: Heliotrope. HEX triplet: BD, 85 and FE. RGB value is (189,133,254). Sum of RGB (Red+Green+Blue) = 189+133+254=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FE is #427A01. Grayscale: #A3A3A3. Windows color (decimal): -4356610 or 16680381. OLE color: 16680381.

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

Color convert

RGB 189 133 254 -
CMYK 0.26 0.48 0 0.00
HSL 267.77º 0.98% 0.76% -
HSV(B) 267.77º 0.48% 1% -
XYZ 47.26 34.75 97.98 -
YUV 163.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 189 133 254 0.26 0.48 0 0.00 267.77 0.98 0.76
Hex BD 85 FE 1A 30 0 0 10C 62 4C
Octal 275 205 376 32 60 0 0 414 142 114
Binary 10111101 10000101 11111110 11010 110000 0 0 100001100 1100010 1001100

Color Harmonies of #BD85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD85FE

Black with #BD85FE

Text Example


Text Example

White with #BD85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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