Html Css Color HEX #B66FD3 Medium Orchid

📋 copy color: '#B66FD3'

red 182 ◦ green 111 ◦ blue 211

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

Shades of Medium Orchid #B66FD3

Tints of Medium Orchid #B66FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 36.11%
G = 22.02%
B = 41.87%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B66FD3 (or 0xB66FD3) is known color: Medium Orchid. HEX triplet: B6, 6F and D3. RGB value is (182,111,211). Sum of RGB (Red+Green+Blue) = 182+111+211=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #B66FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FD3 is #49902C. Grayscale: #8F8F8F. Windows color (decimal): -4821037 or 13856694. OLE color: 13856694.

HSL color Cylindrical-coordinate representation of color #B66FD3: hue angle of 282.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66FD3 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 111 211 -
CMYK 0.14 0.47 0 0.17
HSL 282.6º 0.53% 0.63% -
HSV(B) 282.6º 0.47% 0.83% -
XYZ 36.73 26.02 64.71 -
YUV 143.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 182 111 211 0.14 0.47 0 0.17 282.6 0.53 0.63
Hex B6 6F D3 E 2F 0 11 11B 35 3F
Octal 266 157 323 16 57 0 21 433 65 77
Binary 10110110 1101111 11010011 1110 101111 0 10001 100011011 110101 111111

Color Harmonies of #B66FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FD3

Black with #B66FD3

Text Example


Text Example

White with #B66FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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