Html Css Color HEX #B253F9 Medium Orchid

📋 copy color: '#B253F9'

red 178 ◦ green 83 ◦ blue 249

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

Shades of Medium Orchid #B253F9

Tints of Medium Orchid #B253F9

RGB

 RED value IS 178 (69.92% from 255) = 34.9%

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

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

R = 34.9%
G = 16.27%
B = 48.82%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B253F9 (or 0xB253F9) is known color: Medium Orchid. HEX triplet: B2, 53 and F9. RGB value is (178,83,249). Sum of RGB (Red+Green+Blue) = 178+83+249=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #B253F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253F9 is #4DAC06. Grayscale: #818181. Windows color (decimal): -5090311 or 16339890. OLE color: 16339890.

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

Color convert

RGB 178 83 249 -
CMYK 0.29 0.67 0 0.02
HSL 274.34º 0.93% 0.65% -
HSV(B) 274.34º 0.67% 0.98% -
XYZ 38.55 22.49 91.93 -
YUV 130.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 178 83 249 0.29 0.67 0 0.02 274.34 0.93 0.65
Hex B2 53 F9 1D 43 0 2 112 5D 41
Octal 262 123 371 35 103 0 2 422 135 101
Binary 10110010 1010011 11111001 11101 1000011 0 10 100010010 1011101 1000001

Color Harmonies of #B253F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253F9

Black with #B253F9

Text Example


Text Example

White with #B253F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253F9; }

 p { color: rgb(178,83,249); }

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

background-color css

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

 a { background-color: rgb(178,83,249); }

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

border-color css

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

 span { border-color: rgb(178,83,249); }

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