Html Css Color HEX #B367DC Medium Orchid

📋 copy color: '#B367DC'

red 179 ◦ green 103 ◦ blue 220

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

Shades of Medium Orchid #B367DC

Tints of Medium Orchid #B367DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 35.66%
G = 20.52%
B = 43.82%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B367DC (or 0xB367DC) is known color: Medium Orchid. HEX triplet: B3, 67 and DC. RGB value is (179,103,220). Sum of RGB (Red+Green+Blue) = 179+103+220=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B367DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367DC is #4C9823. Grayscale: #8A8A8A. Windows color (decimal): -5019684 or 14444467. OLE color: 14444467.

HSL color Cylindrical-coordinate representation of color #B367DC: hue angle of 278.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B367DC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 103 220 -
CMYK 0.19 0.53 0 0.14
HSL 278.97º 0.63% 0.63% -
HSV(B) 278.97º 0.53% 0.86% -
XYZ 36.36 24.45 70.51 -
YUV 139.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 179 103 220 0.19 0.53 0 0.14 278.97 0.63 0.63
Hex B3 67 DC 13 35 0 E 117 3F 3F
Octal 263 147 334 23 65 0 16 427 77 77
Binary 10110011 1100111 11011100 10011 110101 0 1110 100010111 111111 111111

Color Harmonies of #B367DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367DC

Black with #B367DC

Text Example


Text Example

White with #B367DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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