Html Css Color HEX #B36CCA Medium Orchid

📋 copy color: '#B36CCA'

red 179 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #B36CCA

Tints of Medium Orchid #B36CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 36.61%
G = 22.09%
B = 41.31%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B36CCA (or 0xB36CCA) is known color: Medium Orchid. HEX triplet: B3, 6C and CA. RGB value is (179,108,202). Sum of RGB (Red+Green+Blue) = 179+108+202=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B36CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CCA is #4C9335. Grayscale: #8B8B8B. Windows color (decimal): -5018422 or 13266099. OLE color: 13266099.

HSL color Cylindrical-coordinate representation of color #B36CCA: hue angle of 285.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36CCA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 108 202 -
CMYK 0.11 0.47 0 0.21
HSL 285.32º 0.47% 0.61% -
HSV(B) 285.32º 0.47% 0.79% -
XYZ 34.61 24.57 58.8 -
YUV 139.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 179 108 202 0.11 0.47 0 0.21 285.32 0.47 0.61
Hex B3 6C CA B 2F 0 15 11D 2F 3D
Octal 263 154 312 13 57 0 25 435 57 75
Binary 10110011 1101100 11001010 1011 101111 0 10101 100011101 101111 111101

Color Harmonies of #B36CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CCA

Black with #B36CCA

Text Example


Text Example

White with #B36CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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