Html Css Color HEX #B36BCC Medium Orchid

📋 copy color: '#B36BCC'

red 179 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #B36BCC

Tints of Medium Orchid #B36BCC

RGB

 RED value IS 179 (70.31% from 255) = 36.53%

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 36.53%
G = 21.84%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B36BCC (or 0xB36BCC) is known color: Medium Orchid. HEX triplet: B3, 6B and CC. RGB value is (179,107,204). Sum of RGB (Red+Green+Blue) = 179+107+204=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B36BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BCC is #4C9433. Grayscale: #8B8B8B. Windows color (decimal): -5018676 or 13396915. OLE color: 13396915.

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

Color convert

RGB 179 107 204 -
CMYK 0.12 0.48 0 0.2
HSL 284.54º 0.49% 0.61% -
HSV(B) 284.54º 0.48% 0.8% -
XYZ 34.75 24.46 60.02 -
YUV 139.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 179 107 204 0.12 0.48 0 0.2 284.54 0.49 0.61
Hex B3 6B CC C 30 0 14 11D 31 3D
Octal 263 153 314 14 60 0 24 435 61 75
Binary 10110011 1101011 11001100 1100 110000 0 10100 100011101 110001 111101

Color Harmonies of #B36BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BCC

Black with #B36BCC

Text Example


Text Example

White with #B36BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BCC; }

 p { color: rgb(179,107,204); }

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

background-color css

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

 a { background-color: rgb(179,107,204); }

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

border-color css

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

 span { border-color: rgb(179,107,204); }

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