Html Css Color HEX #BD64FA Heliotrope

📋 copy color: '#BD64FA'

red 189 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #BD64FA

Tints of Heliotrope #BD64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 35.06%
G = 18.55%
B = 46.38%

CMYK

 C value IS 0.24

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD64FA (or 0xBD64FA) is known color: Heliotrope. HEX triplet: BD, 64 and FA. RGB value is (189,100,250). Sum of RGB (Red+Green+Blue) = 189+100+250=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64FA is #429B05. Grayscale: #8F8F8F. Windows color (decimal): -4365062 or 16409789. OLE color: 16409789.

HSL color Cylindrical-coordinate representation of color #BD64FA: hue angle of 275.6º degrees, saturation: 0.94, 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 #BD64FA is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 100 250 -
CMYK 0.24 0.6 0 0.02
HSL 275.6º 0.94% 0.69% -
HSV(B) 275.6º 0.6% 0.98% -
XYZ 42.8 26.84 93.37 -
YUV 143.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 189 100 250 0.24 0.6 0 0.02 275.6 0.94 0.69
Hex BD 64 FA 18 3C 0 2 114 5E 45
Octal 275 144 372 30 74 0 2 424 136 105
Binary 10111101 1100100 11111010 11000 111100 0 10 100010100 1011110 1000101

Color Harmonies of #BD64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64FA

Black with #BD64FA

Text Example


Text Example

White with #BD64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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