Html Css Color HEX #B367F6 Medium Orchid

📋 copy color: '#B367F6'

red 179 ◦ green 103 ◦ blue 246

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

Shades of Medium Orchid #B367F6

Tints of Medium Orchid #B367F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 33.9%
G = 19.51%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B367F6 (or 0xB367F6) is known color: Medium Orchid. HEX triplet: B3, 67 and F6. RGB value is (179,103,246). Sum of RGB (Red+Green+Blue) = 179+103+246=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #B367F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367F6 is #4C9809. Grayscale: #8D8D8D. Windows color (decimal): -5019658 or 16148403. OLE color: 16148403.

HSL color Cylindrical-coordinate representation of color #B367F6: hue angle of 271.89º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B367F6 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 103 246 -
CMYK 0.27 0.58 0 0.04
HSL 271.89º 0.89% 0.68% -
HSV(B) 271.89º 0.58% 0.96% -
XYZ 40.08 25.94 90.08 -
YUV 142.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 179 103 246 0.27 0.58 0 0.04 271.89 0.89 0.68
Hex B3 67 F6 1B 3A 0 4 110 59 44
Octal 263 147 366 33 72 0 4 420 131 104
Binary 10110011 1100111 11110110 11011 111010 0 100 100010000 1011001 1000100

Color Harmonies of #B367F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367F6

Black with #B367F6

Text Example


Text Example

White with #B367F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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