Html Css Color HEX #B766EE Medium Orchid

📋 copy color: '#B766EE'

red 183 ◦ green 102 ◦ blue 238

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

Shades of Medium Orchid #B766EE

Tints of Medium Orchid #B766EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 34.99%
G = 19.5%
B = 45.51%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B766EE (or 0xB766EE) is known color: Medium Orchid. HEX triplet: B7, 66 and EE. RGB value is (183,102,238). Sum of RGB (Red+Green+Blue) = 183+102+238=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #B766EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766EE is #489911. Grayscale: #8D8D8D. Windows color (decimal): -4757778 or 15623863. OLE color: 15623863.

HSL color Cylindrical-coordinate representation of color #B766EE: hue angle of 275.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B766EE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 102 238 -
CMYK 0.23 0.57 0 0.07
HSL 275.74º 0.8% 0.67% -
HSV(B) 275.74º 0.57% 0.93% -
XYZ 39.71 25.74 83.76 -
YUV 141.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 183 102 238 0.23 0.57 0 0.07 275.74 0.8 0.67
Hex B7 66 EE 17 39 0 7 114 50 43
Octal 267 146 356 27 71 0 7 424 120 103
Binary 10110111 1100110 11101110 10111 111001 0 111 100010100 1010000 1000011

Color Harmonies of #B766EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766EE

Black with #B766EE

Text Example


Text Example

White with #B766EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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