Html Css Color HEX #BD7CFB Heliotrope

📋 copy color: '#BD7CFB'

red 189 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #BD7CFB

Tints of Heliotrope #BD7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 33.51%
G = 21.99%
B = 44.5%

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

#BD7CFB (or 0xBD7CFB) is known color: Heliotrope. HEX triplet: BD, 7C and FB. RGB value is (189,124,251). Sum of RGB (Red+Green+Blue) = 189+124+251=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7CFB is #428304. Grayscale: #9D9D9D. Windows color (decimal): -4358917 or 16481469. OLE color: 16481469.

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

Color convert

RGB 189 124 251 -
CMYK 0.25 0.51 0 0.02
HSL 270.71º 0.94% 0.74% -
HSV(B) 270.71º 0.51% 0.98% -
XYZ 45.61 32.2 95.08 -
YUV 157.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 189 124 251 0.25 0.51 0 0.02 270.71 0.94 0.74
Hex BD 7C FB 19 33 0 2 10F 5E 4A
Octal 275 174 373 31 63 0 2 417 136 112
Binary 10111101 1111100 11111011 11001 110011 0 10 100001111 1011110 1001010

Color Harmonies of #BD7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CFB

Black with #BD7CFB

Text Example


Text Example

White with #BD7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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