Html Css Color HEX #B367CD Medium Orchid

📋 copy color: '#B367CD'

red 179 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #B367CD

Tints of Medium Orchid #B367CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.15%

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

R = 36.76%
G = 21.15%
B = 42.09%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B367CD (or 0xB367CD) is known color: Medium Orchid. HEX triplet: B3, 67 and CD. RGB value is (179,103,205). Sum of RGB (Red+Green+Blue) = 179+103+205=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #B367CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CD is #4C9832. Grayscale: #898989. Windows color (decimal): -5019699 or 13461427. OLE color: 13461427.

HSL color Cylindrical-coordinate representation of color #B367CD: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B367CD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 103 205 -
CMYK 0.13 0.50 0 0.20
HSL 284.71º 0.5% 0.6% -
HSV(B) 284.71º 0.5% 0.8% -
XYZ 34.46 23.69 60.51 -
YUV 137.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 179 103 205 0.13 0.50 0 0.20 284.71 0.5 0.6
Hex B3 67 CD D 32 0 14 11D 32 3C
Octal 263 147 315 15 62 0 24 435 62 74
Binary 10110011 1100111 11001101 1101 110010 0 10100 100011101 110010 111100

Color Harmonies of #B367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367CD

Black with #B367CD

Text Example


Text Example

White with #B367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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