Html Css Color HEX #BD7AFB Heliotrope

📋 copy color: '#BD7AFB'

red 189 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #BD7AFB

Tints of Heliotrope #BD7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

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

R = 33.63%
G = 21.71%
B = 44.66%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD7AFB (or 0xBD7AFB) is known color: Heliotrope. HEX triplet: BD, 7A and FB. RGB value is (189,122,251). Sum of RGB (Red+Green+Blue) = 189+122+251=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AFB is #428504. Grayscale: #9C9C9C. Windows color (decimal): -4359429 or 16480957. OLE color: 16480957.

HSL color Cylindrical-coordinate representation of color #BD7AFB: hue angle of 271.16º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7AFB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 122 251 -
CMYK 0.25 0.51 0 0.02
HSL 271.16º 0.94% 0.73% -
HSV(B) 271.16º 0.51% 0.98% -
XYZ 45.36 31.7 95 -
YUV 156.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 189 122 251 0.25 0.51 0 0.02 271.16 0.94 0.73
Hex BD 7A FB 19 33 0 2 10F 5E 49
Octal 275 172 373 31 63 0 2 417 136 111
Binary 10111101 1111010 11111011 11001 110011 0 10 100001111 1011110 1001001

Color Harmonies of #BD7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AFB

Black with #BD7AFB

Text Example


Text Example

White with #BD7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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