Html Css Color HEX #B66FF2 Medium Purple

📋 copy color: '#B66FF2'

red 182 ◦ green 111 ◦ blue 242

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

Shades of Medium Purple #B66FF2

Tints of Medium Purple #B66FF2

RGB

 RED value IS 182 (71.48% from 255) = 34.02%

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

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

R = 34.02%
G = 20.75%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B66FF2 (or 0xB66FF2) is known color: Medium Purple. HEX triplet: B6, 6F and F2. RGB value is (182,111,242). Sum of RGB (Red+Green+Blue) = 182+111+242=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #B66FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FF2 is #49900D. Grayscale: #929292. Windows color (decimal): -4821006 or 15888310. OLE color: 15888310.

HSL color Cylindrical-coordinate representation of color #B66FF2: hue angle of 272.52º 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 #B66FF2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 111 242 -
CMYK 0.25 0.54 0 0.05
HSL 272.52º 0.83% 0.69% -
HSV(B) 272.52º 0.54% 0.95% -
XYZ 41 27.72 87.19 -
YUV 147.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 182 111 242 0.25 0.54 0 0.05 272.52 0.83 0.69
Hex B6 6F F2 19 36 0 5 111 53 45
Octal 266 157 362 31 66 0 5 421 123 105
Binary 10110110 1101111 11110010 11001 110110 0 101 100010001 1010011 1000101

Color Harmonies of #B66FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FF2

Black with #B66FF2

Text Example


Text Example

White with #B66FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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