Html Css Color HEX #B353F6 Medium Orchid

📋 copy color: '#B353F6'

red 179 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #B353F6

Tints of Medium Orchid #B353F6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

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

R = 35.24%
G = 16.34%
B = 48.43%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B353F6 (or 0xB353F6) is known color: Medium Orchid. HEX triplet: B3, 53 and F6. RGB value is (179,83,246). Sum of RGB (Red+Green+Blue) = 179+83+246=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #B353F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353F6 is #4CAC09. Grayscale: #818181. Windows color (decimal): -5024778 or 16143283. OLE color: 16143283.

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

Color convert

RGB 179 83 246 -
CMYK 0.27 0.66 0 0.04
HSL 275.34º 0.9% 0.65% -
HSV(B) 275.34º 0.66% 0.96% -
XYZ 38.32 22.42 89.5 -
YUV 130.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 179 83 246 0.27 0.66 0 0.04 275.34 0.9 0.65
Hex B3 53 F6 1B 42 0 4 113 5A 41
Octal 263 123 366 33 102 0 4 423 132 101
Binary 10110011 1010011 11110110 11011 1000010 0 100 100010011 1011010 1000001

Color Harmonies of #B353F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353F6

Black with #B353F6

Text Example


Text Example

White with #B353F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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