Html Css Color HEX #BD64FB Heliotrope

📋 copy color: '#BD64FB'

red 189 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #BD64FB

Tints of Heliotrope #BD64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.52%

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 35%
G = 18.52%
B = 46.48%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD64FB (or 0xBD64FB) is known color: Heliotrope. HEX triplet: BD, 64 and FB. RGB value is (189,100,251). Sum of RGB (Red+Green+Blue) = 189+100+251=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64FB is #429B04. Grayscale: #8F8F8F. Windows color (decimal): -4365061 or 16475325. OLE color: 16475325.

HSL color Cylindrical-coordinate representation of color #BD64FB: hue angle of 275.36º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD64FB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 100 251 -
CMYK 0.25 0.60 0 0.02
HSL 275.36º 0.95% 0.69% -
HSV(B) 275.36º 0.6% 0.98% -
XYZ 42.96 26.9 94.19 -
YUV 143.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 189 100 251 0.25 0.60 0 0.02 275.36 0.95 0.69
Hex BD 64 FB 19 3C 0 2 113 5F 45
Octal 275 144 373 31 74 0 2 423 137 105
Binary 10111101 1100100 11111011 11001 111100 0 10 100010011 1011111 1000101

Color Harmonies of #BD64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64FB

Black with #BD64FB

Text Example


Text Example

White with #BD64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64FB; }

 p { color: rgb(189,100,251); }

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

background-color css

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

 a { background-color: rgb(189,100,251); }

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

border-color css

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

 span { border-color: rgb(189,100,251); }

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