Html Css Color HEX #B453EF Medium Orchid

📋 copy color: '#B453EF'

red 180 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #B453EF

Tints of Medium Orchid #B453EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 35.86%
G = 16.53%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B453EF (or 0xB453EF) is known color: Medium Orchid. HEX triplet: B4, 53 and EF. RGB value is (180,83,239). Sum of RGB (Red+Green+Blue) = 180+83+239=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #B453EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453EF is #4BAC10. Grayscale: #818181. Windows color (decimal): -4959249 or 15684532. OLE color: 15684532.

HSL color Cylindrical-coordinate representation of color #B453EF: hue angle of 277.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B453EF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 83 239 -
CMYK 0.25 0.65 0 0.06
HSL 277.31º 0.83% 0.63% -
HSV(B) 277.31º 0.65% 0.94% -
XYZ 37.5 22.12 83.96 -
YUV 129.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 180 83 239 0.25 0.65 0 0.06 277.31 0.83 0.63
Hex B4 53 EF 19 41 0 6 115 53 3F
Octal 264 123 357 31 101 0 6 425 123 77
Binary 10110100 1010011 11101111 11001 1000001 0 110 100010101 1010011 111111

Color Harmonies of #B453EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453EF

Black with #B453EF

Text Example


Text Example

White with #B453EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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