Html Css Color HEX #BD7EFB Heliotrope

📋 copy color: '#BD7EFB'

red 189 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #BD7EFB

Tints of Heliotrope #BD7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 33.39%
G = 22.26%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD7EFB (or 0xBD7EFB) is known color: Heliotrope. HEX triplet: BD, 7E and FB. RGB value is (189,126,251). Sum of RGB (Red+Green+Blue) = 189+126+251=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7EFB is #428104. Grayscale: #9E9E9E. Windows color (decimal): -4358405 or 16481981. OLE color: 16481981.

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

Color convert

RGB 189 126 251 -
CMYK 0.25 0.50 0 0.02
HSL 270.24º 0.94% 0.74% -
HSV(B) 270.24º 0.5% 0.98% -
XYZ 45.86 32.71 95.16 -
YUV 159.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 189 126 251 0.25 0.50 0 0.02 270.24 0.94 0.74
Hex BD 7E FB 19 32 0 2 10E 5E 4A
Octal 275 176 373 31 62 0 2 416 136 112
Binary 10111101 1111110 11111011 11001 110010 0 10 100001110 1011110 1001010

Color Harmonies of #BD7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EFB

Black with #BD7EFB

Text Example


Text Example

White with #BD7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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