Html Css Color HEX #B761CB Medium Orchid

📋 copy color: '#B761CB'

red 183 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #B761CB

Tints of Medium Orchid #B761CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 37.89%
G = 20.08%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B761CB (or 0xB761CB) is known color: Medium Orchid. HEX triplet: B7, 61 and CB. RGB value is (183,97,203). Sum of RGB (Red+Green+Blue) = 183+97+203=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B761CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761CB is #489E34. Grayscale: #868686. Windows color (decimal): -4759093 or 13328823. OLE color: 13328823.

HSL color Cylindrical-coordinate representation of color #B761CB: hue angle of 288.68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B761CB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 97 203 -
CMYK 0.10 0.52 0 0.20
HSL 288.68º 0.5% 0.59% -
HSV(B) 288.68º 0.52% 0.8% -
XYZ 34.58 22.93 59.1 -
YUV 134.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 183 97 203 0.10 0.52 0 0.20 288.68 0.5 0.59
Hex B7 61 CB A 34 0 14 121 32 3B
Octal 267 141 313 12 64 0 24 441 62 73
Binary 10110111 1100001 11001011 1010 110100 0 10100 100100001 110010 111011

Color Harmonies of #B761CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761CB

Black with #B761CB

Text Example


Text Example

White with #B761CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761CB; }

 p { color: rgb(183,97,203); }

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

background-color css

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

 a { background-color: rgb(183,97,203); }

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

border-color css

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

 span { border-color: rgb(183,97,203); }

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