Html Css Color HEX #B367D7 Medium Orchid

📋 copy color: '#B367D7'

red 179 ◦ green 103 ◦ blue 215

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

Shades of Medium Orchid #B367D7

Tints of Medium Orchid #B367D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 36.02%
G = 20.72%
B = 43.26%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B367D7 (or 0xB367D7) is known color: Medium Orchid. HEX triplet: B3, 67 and D7. RGB value is (179,103,215). Sum of RGB (Red+Green+Blue) = 179+103+215=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #B367D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367D7 is #4C9828. Grayscale: #8A8A8A. Windows color (decimal): -5019689 or 14116787. OLE color: 14116787.

HSL color Cylindrical-coordinate representation of color #B367D7: hue angle of 280.71º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B367D7 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 103 215 -
CMYK 0.17 0.52 0 0.16
HSL 280.71º 0.58% 0.62% -
HSV(B) 280.71º 0.52% 0.84% -
XYZ 35.71 24.19 67.08 -
YUV 138.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 179 103 215 0.17 0.52 0 0.16 280.71 0.58 0.62
Hex B3 67 D7 11 34 0 10 119 3A 3E
Octal 263 147 327 21 64 0 20 431 72 76
Binary 10110011 1100111 11010111 10001 110100 0 10000 100011001 111010 111110

Color Harmonies of #B367D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367D7

Black with #B367D7

Text Example


Text Example

White with #B367D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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