Html Css Color HEX #B253DF Medium Orchid

📋 copy color: '#B253DF'

red 178 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #B253DF

Tints of Medium Orchid #B253DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 36.78%
G = 17.15%
B = 46.07%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B253DF (or 0xB253DF) is known color: Medium Orchid. HEX triplet: B2, 53 and DF. RGB value is (178,83,223). Sum of RGB (Red+Green+Blue) = 178+83+223=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B253DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DF is #4DAC20. Grayscale: #7E7E7E. Windows color (decimal): -5090337 or 14635954. OLE color: 14635954.

HSL color Cylindrical-coordinate representation of color #B253DF: hue angle of 280.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B253DF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 83 223 -
CMYK 0.20 0.63 0 0.13
HSL 280.71º 0.69% 0.6% -
HSV(B) 280.71º 0.63% 0.87% -
XYZ 34.77 20.98 72.03 -
YUV 127.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 178 83 223 0.20 0.63 0 0.13 280.71 0.69 0.6
Hex B2 53 DF 14 3F 0 D 119 45 3C
Octal 262 123 337 24 77 0 15 431 105 74
Binary 10110010 1010011 11011111 10100 111111 0 1101 100011001 1000101 111100

Color Harmonies of #B253DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253DF

Black with #B253DF

Text Example


Text Example

White with #B253DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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