Html Css Color HEX #B253FC Medium Orchid

📋 copy color: '#B253FC'

red 178 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #B253FC

Tints of Medium Orchid #B253FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 34.7%
G = 16.18%
B = 49.12%

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

#B253FC (or 0xB253FC) is known color: Medium Orchid. HEX triplet: B2, 53 and FC. RGB value is (178,83,252). Sum of RGB (Red+Green+Blue) = 178+83+252=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B253FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253FC is #4DAC03. Grayscale: #828282. Windows color (decimal): -5090308 or 16536498. OLE color: 16536498.

HSL color Cylindrical-coordinate representation of color #B253FC: hue angle of 273.73º degrees, saturation: 0.97, 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 #B253FC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 83 252 -
CMYK 0.29 0.67 0 0.01
HSL 273.73º 0.97% 0.66% -
HSV(B) 273.73º 0.67% 0.99% -
XYZ 39.02 22.68 94.42 -
YUV 130.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 178 83 252 0.29 0.67 0 0.01 273.73 0.97 0.66
Hex B2 53 FC 1D 43 0 1 112 61 42
Octal 262 123 374 35 103 0 1 422 141 102
Binary 10110010 1010011 11111100 11101 1000011 0 1 100010010 1100001 1000010

Color Harmonies of #B253FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253FC

Black with #B253FC

Text Example


Text Example

White with #B253FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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