Html Css Color HEX #BD76F0 Heliotrope

📋 copy color: '#BD76F0'

red 189 ◦ green 118 ◦ blue 240

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

Shades of Heliotrope #BD76F0

Tints of Heliotrope #BD76F0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 34.55%
G = 21.57%
B = 43.88%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD76F0 (or 0xBD76F0) is known color: Heliotrope. HEX triplet: BD, 76 and F0. RGB value is (189,118,240). Sum of RGB (Red+Green+Blue) = 189+118+240=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD76F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76F0 is #42890F. Grayscale: #989898. Windows color (decimal): -4360464 or 15759037. OLE color: 15759037.

HSL color Cylindrical-coordinate representation of color #BD76F0: hue angle of 274.92º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD76F0 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 118 240 -
CMYK 0.21 0.51 0 0.06
HSL 274.92º 0.8% 0.7% -
HSV(B) 274.92º 0.51% 0.94% -
XYZ 43.19 30.07 85.97 -
YUV 153.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 189 118 240 0.21 0.51 0 0.06 274.92 0.8 0.7
Hex BD 76 F0 15 33 0 6 113 50 46
Octal 275 166 360 25 63 0 6 423 120 106
Binary 10111101 1110110 11110000 10101 110011 0 110 100010011 1010000 1000110

Color Harmonies of #BD76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76F0

Black with #BD76F0

Text Example


Text Example

White with #BD76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76F0; }

 p { color: rgb(189,118,240); }

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

background-color css

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

 a { background-color: rgb(189,118,240); }

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

border-color css

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

 span { border-color: rgb(189,118,240); }

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