Html Css Color HEX #B66AF2 Medium Orchid

📋 copy color: '#B66AF2'

red 182 ◦ green 106 ◦ blue 242

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

Shades of Medium Orchid #B66AF2

Tints of Medium Orchid #B66AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

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

R = 34.34%
G = 20%
B = 45.66%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B66AF2 (or 0xB66AF2) is known color: Medium Orchid. HEX triplet: B6, 6A and F2. RGB value is (182,106,242). Sum of RGB (Red+Green+Blue) = 182+106+242=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #B66AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66AF2 is #49950D. Grayscale: #8F8F8F. Windows color (decimal): -4822286 or 15887030. OLE color: 15887030.

HSL color Cylindrical-coordinate representation of color #B66AF2: hue angle of 273.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66AF2 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 106 242 -
CMYK 0.25 0.56 0 0.05
HSL 273.53º 0.84% 0.68% -
HSV(B) 273.53º 0.56% 0.95% -
XYZ 40.47 26.66 87.02 -
YUV 144.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 182 106 242 0.25 0.56 0 0.05 273.53 0.84 0.68
Hex B6 6A F2 19 38 0 5 112 54 44
Octal 266 152 362 31 70 0 5 422 124 104
Binary 10110110 1101010 11110010 11001 111000 0 101 100010010 1010100 1000100

Color Harmonies of #B66AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66AF2

Black with #B66AF2

Text Example


Text Example

White with #B66AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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