Html Css Color HEX #B367DD Medium Orchid

📋 copy color: '#B367DD'

red 179 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #B367DD

Tints of Medium Orchid #B367DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 35.59%
G = 20.48%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B367DD (or 0xB367DD) is known color: Medium Orchid. HEX triplet: B3, 67 and DD. RGB value is (179,103,221). Sum of RGB (Red+Green+Blue) = 179+103+221=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #B367DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367DD is #4C9822. Grayscale: #8A8A8A. Windows color (decimal): -5019683 or 14510003. OLE color: 14510003.

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

Color convert

RGB 179 103 221 -
CMYK 0.19 0.53 0 0.13
HSL 278.64º 0.63% 0.64% -
HSV(B) 278.64º 0.53% 0.87% -
XYZ 36.49 24.5 71.21 -
YUV 139.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 179 103 221 0.19 0.53 0 0.13 278.64 0.63 0.64
Hex B3 67 DD 13 35 0 D 117 3F 40
Octal 263 147 335 23 65 0 15 427 77 100
Binary 10110011 1100111 11011101 10011 110101 0 1101 100010111 111111 1000000

Color Harmonies of #B367DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367DD

Black with #B367DD

Text Example


Text Example

White with #B367DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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