Html Css Color HEX #B36CCC Medium Orchid

📋 copy color: '#B36CCC'

red 179 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #B36CCC

Tints of Medium Orchid #B36CCC

RGB

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

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

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

R = 36.46%
G = 22%
B = 41.55%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B36CCC (or 0xB36CCC) is known color: Medium Orchid. HEX triplet: B3, 6C and CC. RGB value is (179,108,204). Sum of RGB (Red+Green+Blue) = 179+108+204=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B36CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CCC is #4C9333. Grayscale: #8B8B8B. Windows color (decimal): -5018420 or 13397171. OLE color: 13397171.

HSL color Cylindrical-coordinate representation of color #B36CCC: hue angle of 284.38º degrees, saturation: 0.48, 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 #B36CCC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 108 204 -
CMYK 0.12 0.47 0 0.2
HSL 284.38º 0.48% 0.61% -
HSV(B) 284.38º 0.47% 0.8% -
XYZ 34.85 24.67 60.05 -
YUV 140.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 179 108 204 0.12 0.47 0 0.2 284.38 0.48 0.61
Hex B3 6C CC C 2F 0 14 11C 30 3D
Octal 263 154 314 14 57 0 24 434 60 75
Binary 10110011 1101100 11001100 1100 101111 0 10100 100011100 110000 111101

Color Harmonies of #B36CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CCC

Black with #B36CCC

Text Example


Text Example

White with #B36CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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