Html Css Color HEX #B736CE Medium Orchid

📋 copy color: '#B736CE'

red 183 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #B736CE

Tints of Medium Orchid #B736CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 41.31%
G = 12.19%
B = 46.5%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B736CE (or 0xB736CE) is known color: Medium Orchid. HEX triplet: B7, 36 and CE. RGB value is (183,54,206). Sum of RGB (Red+Green+Blue) = 183+54+206=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B736CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736CE is #48C931. Grayscale: #6D6D6D. Windows color (decimal): -4770098 or 13514423. OLE color: 13514423.

HSL color Cylindrical-coordinate representation of color #B736CE: hue angle of 290.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B736CE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 54 206 -
CMYK 0.11 0.74 0 0.19
HSL 290.92º 0.61% 0.51% -
HSV(B) 290.92º 0.74% 0.81% -
XYZ 31.99 17.16 60.02 -
YUV 109.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 183 54 206 0.11 0.74 0 0.19 290.92 0.61 0.51
Hex B7 36 CE B 4A 0 13 123 3D 33
Octal 267 66 316 13 112 0 23 443 75 63
Binary 10110111 110110 11001110 1011 1001010 0 10011 100100011 111101 110011

Color Harmonies of #B736CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736CE

Black with #B736CE

Text Example


Text Example

White with #B736CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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