Html Css Color HEX #BD6AFB Heliotrope

📋 copy color: '#BD6AFB'

red 189 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #BD6AFB

Tints of Heliotrope #BD6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.41%

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

R = 34.62%
G = 19.41%
B = 45.97%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD6AFB (or 0xBD6AFB) is known color: Heliotrope. HEX triplet: BD, 6A and FB. RGB value is (189,106,251). Sum of RGB (Red+Green+Blue) = 189+106+251=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AFB is #429504. Grayscale: #929292. Windows color (decimal): -4363525 or 16476861. OLE color: 16476861.

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

Color convert

RGB 189 106 251 -
CMYK 0.25 0.58 0 0.02
HSL 274.34º 0.95% 0.7% -
HSV(B) 274.34º 0.58% 0.98% -
XYZ 43.55 28.09 94.39 -
YUV 147.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 189 106 251 0.25 0.58 0 0.02 274.34 0.95 0.7
Hex BD 6A FB 19 3A 0 2 112 5F 46
Octal 275 152 373 31 72 0 2 422 137 106
Binary 10111101 1101010 11111011 11001 111010 0 10 100010010 1011111 1000110

Color Harmonies of #BD6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6AFB

Black with #BD6AFB

Text Example


Text Example

White with #BD6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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