Html Css Color HEX #B353FD Medium Orchid

📋 copy color: '#B353FD'

red 179 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #B353FD

Tints of Medium Orchid #B353FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 34.76%
G = 16.12%
B = 49.13%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B353FD (or 0xB353FD) is known color: Medium Orchid. HEX triplet: B3, 53 and FD. RGB value is (179,83,253). Sum of RGB (Red+Green+Blue) = 179+83+253=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B353FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353FD is #4CAC02. Grayscale: #828282. Windows color (decimal): -5024771 or 16602035. OLE color: 16602035.

HSL color Cylindrical-coordinate representation of color #B353FD: hue angle of 273.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B353FD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 83 253 -
CMYK 0.29 0.67 0 0.01
HSL 273.88º 0.98% 0.66% -
HSV(B) 273.88º 0.67% 0.99% -
XYZ 39.41 22.86 95.26 -
YUV 131.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 179 83 253 0.29 0.67 0 0.01 273.88 0.98 0.66
Hex B3 53 FD 1D 43 0 1 112 62 42
Octal 263 123 375 35 103 0 1 422 142 102
Binary 10110011 1010011 11111101 11101 1000011 0 1 100010010 1100010 1000010

Color Harmonies of #B353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353FD

Black with #B353FD

Text Example


Text Example

White with #B353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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