Html Css Color HEX #B76CEE Medium Orchid

📋 copy color: '#B76CEE'

red 183 ◦ green 108 ◦ blue 238

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

Shades of Medium Orchid #B76CEE

Tints of Medium Orchid #B76CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

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

R = 34.59%
G = 20.42%
B = 44.99%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76CEE (or 0xB76CEE) is known color: Medium Orchid. HEX triplet: B7, 6C and EE. RGB value is (183,108,238). Sum of RGB (Red+Green+Blue) = 183+108+238=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #B76CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CEE is #489311. Grayscale: #909090. Windows color (decimal): -4756242 or 15625399. OLE color: 15625399.

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

Color convert

RGB 183 108 238 -
CMYK 0.23 0.55 0 0.07
HSL 274.62º 0.79% 0.68% -
HSV(B) 274.62º 0.55% 0.93% -
XYZ 40.32 26.97 83.97 -
YUV 145.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 183 108 238 0.23 0.55 0 0.07 274.62 0.79 0.68
Hex B7 6C EE 17 37 0 7 113 4F 44
Octal 267 154 356 27 67 0 7 423 117 104
Binary 10110111 1101100 11101110 10111 110111 0 111 100010011 1001111 1000100

Color Harmonies of #B76CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CEE

Black with #B76CEE

Text Example


Text Example

White with #B76CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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