Html Css Color HEX #B453ED Medium Orchid

📋 copy color: '#B453ED'

red 180 ◦ green 83 ◦ blue 237

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

Shades of Medium Orchid #B453ED

Tints of Medium Orchid #B453ED

RGB

 RED value IS 180 (70.7% from 255) = 36%

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 36%
G = 16.6%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B453ED (or 0xB453ED) is known color: Medium Orchid. HEX triplet: B4, 53 and ED. RGB value is (180,83,237). Sum of RGB (Red+Green+Blue) = 180+83+237=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B453ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453ED is #4BAC12. Grayscale: #818181. Windows color (decimal): -4959251 or 15553460. OLE color: 15553460.

HSL color Cylindrical-coordinate representation of color #B453ED: hue angle of 277.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B453ED is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 83 237 -
CMYK 0.24 0.65 0 0.07
HSL 277.79º 0.81% 0.63% -
HSV(B) 277.79º 0.65% 0.93% -
XYZ 37.2 22 82.41 -
YUV 129.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 180 83 237 0.24 0.65 0 0.07 277.79 0.81 0.63
Hex B4 53 ED 18 41 0 7 116 51 3F
Octal 264 123 355 30 101 0 7 426 121 77
Binary 10110100 1010011 11101101 11000 1000001 0 111 100010110 1010001 111111

Color Harmonies of #B453ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453ED

Black with #B453ED

Text Example


Text Example

White with #B453ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453ED; }

 p { color: rgb(180,83,237); }

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

background-color css

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

 a { background-color: rgb(180,83,237); }

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

border-color css

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

 span { border-color: rgb(180,83,237); }

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