Html Css Color HEX #B766EA Medium Orchid

📋 copy color: '#B766EA'

red 183 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #B766EA

Tints of Medium Orchid #B766EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 35.26%
G = 19.65%
B = 45.09%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B766EA (or 0xB766EA) is known color: Medium Orchid. HEX triplet: B7, 66 and EA. RGB value is (183,102,234). Sum of RGB (Red+Green+Blue) = 183+102+234=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #B766EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766EA is #489915. Grayscale: #8C8C8C. Windows color (decimal): -4757782 or 15361719. OLE color: 15361719.

HSL color Cylindrical-coordinate representation of color #B766EA: hue angle of 276.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B766EA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 102 234 -
CMYK 0.22 0.56 0 0.08
HSL 276.82º 0.76% 0.66% -
HSV(B) 276.82º 0.56% 0.92% -
XYZ 39.13 25.51 80.7 -
YUV 141.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 183 102 234 0.22 0.56 0 0.08 276.82 0.76 0.66
Hex B7 66 EA 16 38 0 8 115 4C 42
Octal 267 146 352 26 70 0 10 425 114 102
Binary 10110111 1100110 11101010 10110 111000 0 1000 100010101 1001100 1000010

Color Harmonies of #B766EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766EA

Black with #B766EA

Text Example


Text Example

White with #B766EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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