Html Css Color HEX #BD6FF2 Heliotrope

📋 copy color: '#BD6FF2'

red 189 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #BD6FF2

Tints of Heliotrope #BD6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.48%

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

R = 34.87%
G = 20.48%
B = 44.65%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6FF2 (or 0xBD6FF2) is known color: Heliotrope. HEX triplet: BD, 6F and F2. RGB value is (189,111,242). Sum of RGB (Red+Green+Blue) = 189+111+242=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FF2 is #42900D. Grayscale: #949494. Windows color (decimal): -4362254 or 15888317. OLE color: 15888317.

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

Color convert

RGB 189 111 242 -
CMYK 0.22 0.54 0 0.05
HSL 275.73º 0.83% 0.69% -
HSV(B) 275.73º 0.54% 0.95% -
XYZ 42.7 28.6 87.27 -
YUV 149.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 189 111 242 0.22 0.54 0 0.05 275.73 0.83 0.69
Hex BD 6F F2 16 36 0 5 114 53 45
Octal 275 157 362 26 66 0 5 424 123 105
Binary 10111101 1101111 11110010 10110 110110 0 101 100010100 1010011 1000101

Color Harmonies of #BD6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FF2

Black with #BD6FF2

Text Example


Text Example

White with #BD6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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