Html Css Color HEX #BD7FF2 Heliotrope

📋 copy color: '#BD7FF2'

red 189 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #BD7FF2

Tints of Heliotrope #BD7FF2

RGB

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

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

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

R = 33.87%
G = 22.76%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD7FF2 (or 0xBD7FF2) is known color: Heliotrope. HEX triplet: BD, 7F and F2. RGB value is (189,127,242). Sum of RGB (Red+Green+Blue) = 189+127+242=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FF2 is #42800D. Grayscale: #9E9E9E. Windows color (decimal): -4358158 or 15892413. OLE color: 15892413.

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

Color convert

RGB 189 127 242 -
CMYK 0.22 0.48 0 0.05
HSL 272.35º 0.82% 0.72% -
HSV(B) 272.35º 0.48% 0.95% -
XYZ 44.6 32.41 87.91 -
YUV 158.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 189 127 242 0.22 0.48 0 0.05 272.35 0.82 0.72
Hex BD 7F F2 16 30 0 5 110 52 48
Octal 275 177 362 26 60 0 5 420 122 110
Binary 10111101 1111111 11110010 10110 110000 0 101 100010000 1010010 1001000

Color Harmonies of #BD7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FF2

Black with #BD7FF2

Text Example


Text Example

White with #BD7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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