Html Css Color HEX #BD7DFE Heliotrope

📋 copy color: '#BD7DFE'

red 189 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #BD7DFE

Tints of Heliotrope #BD7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.01%

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 33.27%
G = 22.01%
B = 44.72%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD7DFE (or 0xBD7DFE) is known color: Heliotrope. HEX triplet: BD, 7D and FE. RGB value is (189,125,254). Sum of RGB (Red+Green+Blue) = 189+125+254=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DFE is #428201. Grayscale: #9E9E9E. Windows color (decimal): -4358658 or 16678333. OLE color: 16678333.

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

Color convert

RGB 189 125 254 -
CMYK 0.26 0.51 0 0.00
HSL 269.77º 0.98% 0.74% -
HSV(B) 269.77º 0.51% 1% -
XYZ 46.21 32.64 97.63 -
YUV 158.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 189 125 254 0.26 0.51 0 0.00 269.77 0.98 0.74
Hex BD 7D FE 1A 33 0 0 10E 62 4A
Octal 275 175 376 32 63 0 0 416 142 112
Binary 10111101 1111101 11111110 11010 110011 0 0 100001110 1100010 1001010

Color Harmonies of #BD7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DFE

Black with #BD7DFE

Text Example


Text Example

White with #BD7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DFE; }

 p { color: rgb(189,125,254); }

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

background-color css

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

 a { background-color: rgb(189,125,254); }

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

border-color css

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

 span { border-color: rgb(189,125,254); }

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