Html Css Color HEX #B367DF Medium Orchid

📋 copy color: '#B367DF'

red 179 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #B367DF

Tints of Medium Orchid #B367DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 35.45%
G = 20.4%
B = 44.16%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B367DF (or 0xB367DF) is known color: Medium Orchid. HEX triplet: B3, 67 and DF. RGB value is (179,103,223). Sum of RGB (Red+Green+Blue) = 179+103+223=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B367DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367DF is #4C9820. Grayscale: #8B8B8B. Windows color (decimal): -5019681 or 14641075. OLE color: 14641075.

HSL color Cylindrical-coordinate representation of color #B367DF: hue angle of 278º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B367DF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 103 223 -
CMYK 0.20 0.54 0 0.13
HSL 278º 0.65% 0.64% -
HSV(B) 278º 0.54% 0.87% -
XYZ 36.76 24.61 72.63 -
YUV 139.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 179 103 223 0.20 0.54 0 0.13 278 0.65 0.64
Hex B3 67 DF 14 36 0 D 116 41 40
Octal 263 147 337 24 66 0 15 426 101 100
Binary 10110011 1100111 11011111 10100 110110 0 1101 100010110 1000001 1000000

Color Harmonies of #B367DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367DF

Black with #B367DF

Text Example


Text Example

White with #B367DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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