Html Css Color HEX #B66FE9 Medium Orchid

📋 copy color: '#B66FE9'

red 182 ◦ green 111 ◦ blue 233

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

Shades of Medium Orchid #B66FE9

Tints of Medium Orchid #B66FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.3%

R = 34.6%
G = 21.1%
B = 44.3%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B66FE9 (or 0xB66FE9) is known color: Medium Orchid. HEX triplet: B6, 6F and E9. RGB value is (182,111,233). Sum of RGB (Red+Green+Blue) = 182+111+233=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #B66FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FE9 is #499016. Grayscale: #919191. Windows color (decimal): -4821015 or 15298486. OLE color: 15298486.

HSL color Cylindrical-coordinate representation of color #B66FE9: hue angle of 274.92º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66FE9 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 111 233 -
CMYK 0.22 0.52 0 0.09
HSL 274.92º 0.73% 0.67% -
HSV(B) 274.92º 0.52% 0.91% -
XYZ 39.68 27.2 80.25 -
YUV 146.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 182 111 233 0.22 0.52 0 0.09 274.92 0.73 0.67
Hex B6 6F E9 16 34 0 9 113 49 43
Octal 266 157 351 26 64 0 11 423 111 103
Binary 10110110 1101111 11101001 10110 110100 0 1001 100010011 1001001 1000011

Color Harmonies of #B66FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FE9

Black with #B66FE9

Text Example


Text Example

White with #B66FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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