Html Css Color HEX #BD7BF2 Heliotrope

📋 copy color: '#BD7BF2'

red 189 ◦ green 123 ◦ blue 242

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

Shades of Heliotrope #BD7BF2

Tints of Heliotrope #BD7BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.2%

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 34.12%
G = 22.2%
B = 43.68%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD7BF2 (or 0xBD7BF2) is known color: Heliotrope. HEX triplet: BD, 7B and F2. RGB value is (189,123,242). Sum of RGB (Red+Green+Blue) = 189+123+242=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BF2 is #42840D. Grayscale: #9B9B9B. Windows color (decimal): -4359182 or 15891389. OLE color: 15891389.

HSL color Cylindrical-coordinate representation of color #BD7BF2: hue angle of 273.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7BF2 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 123 242 -
CMYK 0.22 0.49 0 0.05
HSL 273.28º 0.82% 0.72% -
HSV(B) 273.28º 0.49% 0.95% -
XYZ 44.1 31.4 87.74 -
YUV 156.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 189 123 242 0.22 0.49 0 0.05 273.28 0.82 0.72
Hex BD 7B F2 16 31 0 5 111 52 48
Octal 275 173 362 26 61 0 5 421 122 110
Binary 10111101 1111011 11110010 10110 110001 0 101 100010001 1010010 1001000

Color Harmonies of #BD7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BF2

Black with #BD7BF2

Text Example


Text Example

White with #BD7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BF2; }

 p { color: rgb(189,123,242); }

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

background-color css

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

 a { background-color: rgb(189,123,242); }

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

border-color css

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

 span { border-color: rgb(189,123,242); }

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