Html Css Color HEX #B453E7 Medium Orchid

📋 copy color: '#B453E7'

red 180 ◦ green 83 ◦ blue 231

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

Shades of Medium Orchid #B453E7

Tints of Medium Orchid #B453E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 36.44%
G = 16.8%
B = 46.76%

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

#B453E7 (or 0xB453E7) is known color: Medium Orchid. HEX triplet: B4, 53 and E7. RGB value is (180,83,231). Sum of RGB (Red+Green+Blue) = 180+83+231=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #B453E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453E7 is #4BAC18. Grayscale: #808080. Windows color (decimal): -4959257 or 15160244. OLE color: 15160244.

HSL color Cylindrical-coordinate representation of color #B453E7: hue angle of 279.32º 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 #B453E7 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 83 231 -
CMYK 0.22 0.64 0 0.09
HSL 279.32º 0.76% 0.62% -
HSV(B) 279.32º 0.64% 0.91% -
XYZ 36.34 21.66 77.87 -
YUV 128.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 180 83 231 0.22 0.64 0 0.09 279.32 0.76 0.62
Hex B4 53 E7 16 40 0 9 117 4C 3E
Octal 264 123 347 26 100 0 11 427 114 76
Binary 10110100 1010011 11100111 10110 1000000 0 1001 100010111 1001100 111110

Color Harmonies of #B453E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453E7

Black with #B453E7

Text Example


Text Example

White with #B453E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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