Html Css Color HEX #B76BCA Medium Orchid

📋 copy color: '#B76BCA'

red 183 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #B76BCA

Tints of Medium Orchid #B76BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 37.2%
G = 21.75%
B = 41.06%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B76BCA (or 0xB76BCA) is known color: Medium Orchid. HEX triplet: B7, 6B and CA. RGB value is (183,107,202). Sum of RGB (Red+Green+Blue) = 183+107+202=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B76BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCA is #489435. Grayscale: #8C8C8C. Windows color (decimal): -4756534 or 13265847. OLE color: 13265847.

HSL color Cylindrical-coordinate representation of color #B76BCA: hue angle of 288º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76BCA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 107 202 -
CMYK 0.09 0.47 0 0.21
HSL 288º 0.47% 0.61% -
HSV(B) 288º 0.47% 0.79% -
XYZ 35.45 24.85 58.8 -
YUV 140.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 183 107 202 0.09 0.47 0 0.21 288 0.47 0.61
Hex B7 6B CA 9 2F 0 15 120 2F 3D
Octal 267 153 312 11 57 0 25 440 57 75
Binary 10110111 1101011 11001010 1001 101111 0 10101 100100000 101111 111101

Color Harmonies of #B76BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BCA

Black with #B76BCA

Text Example


Text Example

White with #B76BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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