Html Css Color HEX #B36CCD Medium Orchid

📋 copy color: '#B36CCD'

red 179 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B36CCD

Tints of Medium Orchid #B36CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 36.38%
G = 21.95%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B36CCD (or 0xB36CCD) is known color: Medium Orchid. HEX triplet: B3, 6C and CD. RGB value is (179,108,205). Sum of RGB (Red+Green+Blue) = 179+108+205=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B36CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CCD is #4C9332. Grayscale: #8B8B8B. Windows color (decimal): -5018419 or 13462707. OLE color: 13462707.

HSL color Cylindrical-coordinate representation of color #B36CCD: hue angle of 283.92º degrees, saturation: 0.49, 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 #B36CCD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 108 205 -
CMYK 0.13 0.47 0 0.20
HSL 283.92º 0.49% 0.61% -
HSV(B) 283.92º 0.47% 0.8% -
XYZ 34.97 24.72 60.69 -
YUV 140.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 179 108 205 0.13 0.47 0 0.20 283.92 0.49 0.61
Hex B3 6C CD D 2F 0 14 11C 31 3D
Octal 263 154 315 15 57 0 24 434 61 75
Binary 10110011 1101100 11001101 1101 101111 0 10100 100011100 110001 111101

Color Harmonies of #B36CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CCD

Black with #B36CCD

Text Example


Text Example

White with #B36CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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