Html Css Color HEX #B454ED Medium Orchid

📋 copy color: '#B454ED'

red 180 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #B454ED

Tints of Medium Orchid #B454ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.77%

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

R = 35.93%
G = 16.77%
B = 47.31%

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

#B454ED (or 0xB454ED) is known color: Medium Orchid. HEX triplet: B4, 54 and ED. RGB value is (180,84,237). Sum of RGB (Red+Green+Blue) = 180+84+237=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #B454ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B454ED is #4BAB12. Grayscale: #818181. Windows color (decimal): -4958995 or 15553716. OLE color: 15553716.

HSL color Cylindrical-coordinate representation of color #B454ED: hue angle of 277.65º 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 #B454ED is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 84 237 -
CMYK 0.24 0.65 0 0.07
HSL 277.65º 0.81% 0.63% -
HSV(B) 277.65º 0.65% 0.93% -
XYZ 37.28 22.16 82.43 -
YUV 130.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 180 84 237 0.24 0.65 0 0.07 277.65 0.81 0.63
Hex B4 54 ED 18 41 0 7 116 51 3F
Octal 264 124 355 30 101 0 7 426 121 77
Binary 10110100 1010100 11101101 11000 1000001 0 111 100010110 1010001 111111

Color Harmonies of #B454ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454ED

Black with #B454ED

Text Example


Text Example

White with #B454ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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