Html Css Color HEX #B766DD Medium Orchid

📋 copy color: '#B766DD'

red 183 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #B766DD

Tints of Medium Orchid #B766DD

RGB

 RED value IS 183 (71.88% from 255) = 36.17%

 GREEN value IS 102 (40.23% from 255) = 20.16%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 36.17%
G = 20.16%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B766DD (or 0xB766DD) is known color: Medium Orchid. HEX triplet: B7, 66 and DD. RGB value is (183,102,221). Sum of RGB (Red+Green+Blue) = 183+102+221=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B766DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766DD is #489922. Grayscale: #8B8B8B. Windows color (decimal): -4757795 or 14509751. OLE color: 14509751.

HSL color Cylindrical-coordinate representation of color #B766DD: hue angle of 280.84º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B766DD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 102 221 -
CMYK 0.17 0.54 0 0.13
HSL 280.84º 0.64% 0.63% -
HSV(B) 280.84º 0.54% 0.87% -
XYZ 37.33 24.79 71.22 -
YUV 139.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 183 102 221 0.17 0.54 0 0.13 280.84 0.64 0.63
Hex B7 66 DD 11 36 0 D 119 40 3F
Octal 267 146 335 21 66 0 15 431 100 77
Binary 10110111 1100110 11011101 10001 110110 0 1101 100011001 1000000 111111

Color Harmonies of #B766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766DD

Black with #B766DD

Text Example


Text Example

White with #B766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766DD; }

 p { color: rgb(183,102,221); }

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

background-color css

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

 a { background-color: rgb(183,102,221); }

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

border-color css

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

 span { border-color: rgb(183,102,221); }

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