Html Css Color HEX #B736CB Medium Orchid

📋 copy color: '#B736CB'

red 183 ◦ green 54 ◦ blue 203

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

Shades of Medium Orchid #B736CB

Tints of Medium Orchid #B736CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

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

R = 41.59%
G = 12.27%
B = 46.14%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B736CB (or 0xB736CB) is known color: Medium Orchid. HEX triplet: B7, 36 and CB. RGB value is (183,54,203). Sum of RGB (Red+Green+Blue) = 183+54+203=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #B736CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736CB is #48C934. Grayscale: #6D6D6D. Windows color (decimal): -4770101 or 13317815. OLE color: 13317815.

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

Color convert

RGB 183 54 203 -
CMYK 0.10 0.73 0 0.20
HSL 291.95º 0.59% 0.5% -
HSV(B) 291.95º 0.73% 0.8% -
XYZ 31.63 17.02 58.12 -
YUV 109.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 183 54 203 0.10 0.73 0 0.20 291.95 0.59 0.5
Hex B7 36 CB A 49 0 14 124 3B 32
Octal 267 66 313 12 111 0 24 444 73 62
Binary 10110111 110110 11001011 1010 1001001 0 10100 100100100 111011 110010

Color Harmonies of #B736CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736CB

Black with #B736CB

Text Example


Text Example

White with #B736CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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