Html Css Color HEX #B367DB Medium Orchid

📋 copy color: '#B367DB'

red 179 ◦ green 103 ◦ blue 219

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

Shades of Medium Orchid #B367DB

Tints of Medium Orchid #B367DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 35.73%
G = 20.56%
B = 43.71%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B367DB (or 0xB367DB) is known color: Medium Orchid. HEX triplet: B3, 67 and DB. RGB value is (179,103,219). Sum of RGB (Red+Green+Blue) = 179+103+219=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B367DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367DB is #4C9824. Grayscale: #8A8A8A. Windows color (decimal): -5019685 or 14378931. OLE color: 14378931.

HSL color Cylindrical-coordinate representation of color #B367DB: hue angle of 279.31º degrees, saturation: 0.62, 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 #B367DB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 103 219 -
CMYK 0.18 0.53 0 0.14
HSL 279.31º 0.62% 0.63% -
HSV(B) 279.31º 0.53% 0.86% -
XYZ 36.23 24.4 69.82 -
YUV 138.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 179 103 219 0.18 0.53 0 0.14 279.31 0.62 0.63
Hex B3 67 DB 12 35 0 E 117 3E 3F
Octal 263 147 333 22 65 0 16 427 76 77
Binary 10110011 1100111 11011011 10010 110101 0 1110 100010111 111110 111111

Color Harmonies of #B367DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367DB

Black with #B367DB

Text Example


Text Example

White with #B367DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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