Html Css Color HEX #B363F9 Medium Orchid

📋 copy color: '#B363F9'

red 179 ◦ green 99 ◦ blue 249

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

Shades of Medium Orchid #B363F9

Tints of Medium Orchid #B363F9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.79%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 33.97%
G = 18.79%
B = 47.25%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B363F9 (or 0xB363F9) is known color: Medium Orchid. HEX triplet: B3, 63 and F9. RGB value is (179,99,249). Sum of RGB (Red+Green+Blue) = 179+99+249=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #B363F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363F9 is #4C9C06. Grayscale: #8B8B8B. Windows color (decimal): -5020679 or 16343987. OLE color: 16343987.

HSL color Cylindrical-coordinate representation of color #B363F9: hue angle of 272º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B363F9 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 99 249 -
CMYK 0.28 0.60 0 0.02
HSL 272º 0.93% 0.68% -
HSV(B) 272º 0.6% 0.98% -
XYZ 40.15 25.35 92.4 -
YUV 140.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 179 99 249 0.28 0.60 0 0.02 272 0.93 0.68
Hex B3 63 F9 1C 3C 0 2 110 5D 44
Octal 263 143 371 34 74 0 2 420 135 104
Binary 10110011 1100011 11111001 11100 111100 0 10 100010000 1011101 1000100

Color Harmonies of #B363F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363F9

Black with #B363F9

Text Example


Text Example

White with #B363F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363F9; }

 p { color: rgb(179,99,249); }

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

background-color css

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

 a { background-color: rgb(179,99,249); }

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

border-color css

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

 span { border-color: rgb(179,99,249); }

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