Html Css Color HEX #BD7FF6 Heliotrope

📋 copy color: '#BD7FF6'

red 189 ◦ green 127 ◦ blue 246

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

Shades of Heliotrope #BD7FF6

Tints of Heliotrope #BD7FF6

RGB

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

 GREEN value IS 127 (50% from 255) = 22.6%

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 33.63%
G = 22.6%
B = 43.77%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD7FF6 (or 0xBD7FF6) is known color: Heliotrope. HEX triplet: BD, 7F and F6. RGB value is (189,127,246). Sum of RGB (Red+Green+Blue) = 189+127+246=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FF6 is #428009. Grayscale: #9E9E9E. Windows color (decimal): -4358154 or 16154557. OLE color: 16154557.

HSL color Cylindrical-coordinate representation of color #BD7FF6: hue angle of 271.26º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7FF6 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 127 246 -
CMYK 0.23 0.48 0 0.04
HSL 271.26º 0.87% 0.73% -
HSV(B) 271.26º 0.48% 0.96% -
XYZ 45.21 32.65 91.11 -
YUV 159.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 189 127 246 0.23 0.48 0 0.04 271.26 0.87 0.73
Hex BD 7F F6 17 30 0 4 10F 57 49
Octal 275 177 366 27 60 0 4 417 127 111
Binary 10111101 1111111 11110110 10111 110000 0 100 100001111 1010111 1001001

Color Harmonies of #BD7FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FF6

Black with #BD7FF6

Text Example


Text Example

White with #BD7FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FF6; }

 p { color: rgb(189,127,246); }

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

background-color css

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

 a { background-color: rgb(189,127,246); }

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

border-color css

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

 span { border-color: rgb(189,127,246); }

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