Html Css Color HEX #B76BE0 Medium Orchid

📋 copy color: '#B76BE0'

red 183 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #B76BE0

Tints of Medium Orchid #B76BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 35.6%
G = 20.82%
B = 43.58%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B76BE0 (or 0xB76BE0) is known color: Medium Orchid. HEX triplet: B7, 6B and E0. RGB value is (183,107,224). Sum of RGB (Red+Green+Blue) = 183+107+224=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B76BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BE0 is #48941F. Grayscale: #8E8E8E. Windows color (decimal): -4756512 or 14707639. OLE color: 14707639.

HSL color Cylindrical-coordinate representation of color #B76BE0: hue angle of 278.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76BE0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 107 224 -
CMYK 0.18 0.52 0 0.12
HSL 278.97º 0.65% 0.65% -
HSV(B) 278.97º 0.52% 0.88% -
XYZ 38.24 25.96 73.52 -
YUV 143.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 183 107 224 0.18 0.52 0 0.12 278.97 0.65 0.65
Hex B7 6B E0 12 34 0 C 117 41 41
Octal 267 153 340 22 64 0 14 427 101 101
Binary 10110111 1101011 11100000 10010 110100 0 1100 100010111 1000001 1000001

Color Harmonies of #B76BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BE0

Black with #B76BE0

Text Example


Text Example

White with #B76BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BE0; }

 p { color: rgb(183,107,224); }

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

background-color css

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

 a { background-color: rgb(183,107,224); }

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

border-color css

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

 span { border-color: rgb(183,107,224); }

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