Html Css Color HEX #B353CE Medium Orchid

📋 copy color: '#B353CE'

red 179 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #B353CE

Tints of Medium Orchid #B353CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 38.25%
G = 17.74%
B = 44.02%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B353CE (or 0xB353CE) is known color: Medium Orchid. HEX triplet: B3, 53 and CE. RGB value is (179,83,206). Sum of RGB (Red+Green+Blue) = 179+83+206=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #B353CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CE is #4CAC31. Grayscale: #7D7D7D. Windows color (decimal): -5024818 or 13521843. OLE color: 13521843.

HSL color Cylindrical-coordinate representation of color #B353CE: hue angle of 286.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B353CE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 83 206 -
CMYK 0.13 0.60 0 0.19
HSL 286.83º 0.56% 0.57% -
HSV(B) 286.83º 0.6% 0.81% -
XYZ 32.82 20.23 60.57 -
YUV 125.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 179 83 206 0.13 0.60 0 0.19 286.83 0.56 0.57
Hex B3 53 CE D 3C 0 13 11F 38 39
Octal 263 123 316 15 74 0 23 437 70 71
Binary 10110011 1010011 11001110 1101 111100 0 10011 100011111 111000 111001

Color Harmonies of #B353CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353CE

Black with #B353CE

Text Example


Text Example

White with #B353CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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