Html Css Color HEX #BD7CFD Heliotrope

📋 copy color: '#BD7CFD'

red 189 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BD7CFD

Tints of Heliotrope #BD7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 33.39%
G = 21.91%
B = 44.7%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD7CFD (or 0xBD7CFD) is known color: Heliotrope. HEX triplet: BD, 7C and FD. RGB value is (189,124,253). Sum of RGB (Red+Green+Blue) = 189+124+253=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7CFD is #428302. Grayscale: #9D9D9D. Windows color (decimal): -4358915 or 16612541. OLE color: 16612541.

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

Color convert

RGB 189 124 253 -
CMYK 0.25 0.51 0 0.01
HSL 270.23º 0.97% 0.74% -
HSV(B) 270.23º 0.51% 0.99% -
XYZ 45.92 32.33 96.75 -
YUV 158.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 189 124 253 0.25 0.51 0 0.01 270.23 0.97 0.74
Hex BD 7C FD 19 33 0 1 10E 61 4A
Octal 275 174 375 31 63 0 1 416 141 112
Binary 10111101 1111100 11111101 11001 110011 0 1 100001110 1100001 1001010

Color Harmonies of #BD7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CFD

Black with #BD7CFD

Text Example


Text Example

White with #BD7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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