Html Css Color HEX #B453E8 Medium Orchid

📋 copy color: '#B453E8'

red 180 ◦ green 83 ◦ blue 232

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

Shades of Medium Orchid #B453E8

Tints of Medium Orchid #B453E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.87%

R = 36.36%
G = 16.77%
B = 46.87%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B453E8 (or 0xB453E8) is known color: Medium Orchid. HEX triplet: B4, 53 and E8. RGB value is (180,83,232). Sum of RGB (Red+Green+Blue) = 180+83+232=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #B453E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453E8 is #4BAC17. Grayscale: #808080. Windows color (decimal): -4959256 or 15225780. OLE color: 15225780.

HSL color Cylindrical-coordinate representation of color #B453E8: hue angle of 279.06º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B453E8 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 83 232 -
CMYK 0.22 0.64 0 0.09
HSL 279.06º 0.76% 0.62% -
HSV(B) 279.06º 0.64% 0.91% -
XYZ 36.48 21.72 78.61 -
YUV 128.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 180 83 232 0.22 0.64 0 0.09 279.06 0.76 0.62
Hex B4 53 E8 16 40 0 9 117 4C 3E
Octal 264 123 350 26 100 0 11 427 114 76
Binary 10110100 1010011 11101000 10110 1000000 0 1001 100010111 1001100 111110

Color Harmonies of #B453E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453E8

Black with #B453E8

Text Example


Text Example

White with #B453E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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