Html Css Color HEX #B76CCD Medium Orchid

📋 copy color: '#B76CCD'

red 183 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B76CCD

Tints of Medium Orchid #B76CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 36.9%
G = 21.77%
B = 41.33%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76CCD (or 0xB76CCD) is known color: Medium Orchid. HEX triplet: B7, 6C and CD. RGB value is (183,108,205). Sum of RGB (Red+Green+Blue) = 183+108+205=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B76CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCD is #489332. Grayscale: #8D8D8D. Windows color (decimal): -4756275 or 13462711. OLE color: 13462711.

HSL color Cylindrical-coordinate representation of color #B76CCD: hue angle of 286.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76CCD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 108 205 -
CMYK 0.11 0.47 0 0.20
HSL 286.39º 0.49% 0.61% -
HSV(B) 286.39º 0.47% 0.8% -
XYZ 35.91 25.2 60.73 -
YUV 141.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 183 108 205 0.11 0.47 0 0.20 286.39 0.49 0.61
Hex B7 6C CD B 2F 0 14 11E 31 3D
Octal 267 154 315 13 57 0 24 436 61 75
Binary 10110111 1101100 11001101 1011 101111 0 10100 100011110 110001 111101

Color Harmonies of #B76CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CCD

Black with #B76CCD

Text Example


Text Example

White with #B76CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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