Html Css Color HEX #B772EC Medium Orchid

📋 copy color: '#B772EC'

red 183 ◦ green 114 ◦ blue 236

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

Shades of Medium Orchid #B772EC

Tints of Medium Orchid #B772EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 34.33%
G = 21.39%
B = 44.28%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B772EC (or 0xB772EC) is known color: Medium Orchid. HEX triplet: B7, 72 and EC. RGB value is (183,114,236). Sum of RGB (Red+Green+Blue) = 183+114+236=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B772EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772EC is #488D13. Grayscale: #949494. Windows color (decimal): -4754708 or 15495863. OLE color: 15495863.

HSL color Cylindrical-coordinate representation of color #B772EC: hue angle of 273.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B772EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 114 236 -
CMYK 0.22 0.52 0 0.07
HSL 273.93º 0.76% 0.69% -
HSV(B) 273.93º 0.52% 0.93% -
XYZ 40.69 28.16 82.65 -
YUV 148.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 183 114 236 0.22 0.52 0 0.07 273.93 0.76 0.69
Hex B7 72 EC 16 34 0 7 112 4C 45
Octal 267 162 354 26 64 0 7 422 114 105
Binary 10110111 1110010 11101100 10110 110100 0 111 100010010 1001100 1000101

Color Harmonies of #B772EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772EC

Black with #B772EC

Text Example


Text Example

White with #B772EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772EC; }

 p { color: rgb(183,114,236); }

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

background-color css

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

 a { background-color: rgb(183,114,236); }

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

border-color css

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

 span { border-color: rgb(183,114,236); }

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