Html Css Color HEX #B454DE Medium Orchid

📋 copy color: '#B454DE'

red 180 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #B454DE

Tints of Medium Orchid #B454DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 37.04%
G = 17.28%
B = 45.68%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B454DE (or 0xB454DE) is known color: Medium Orchid. HEX triplet: B4, 54 and DE. RGB value is (180,84,222). Sum of RGB (Red+Green+Blue) = 180+84+222=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #B454DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454DE is #4BAB21. Grayscale: #7F7F7F. Windows color (decimal): -4959010 or 14570676. OLE color: 14570676.

HSL color Cylindrical-coordinate representation of color #B454DE: hue angle of 281.74º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B454DE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 84 222 -
CMYK 0.19 0.62 0 0.13
HSL 281.74º 0.68% 0.6% -
HSV(B) 281.74º 0.62% 0.87% -
XYZ 35.18 21.32 71.37 -
YUV 128.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 180 84 222 0.19 0.62 0 0.13 281.74 0.68 0.6
Hex B4 54 DE 13 3E 0 D 11A 44 3C
Octal 264 124 336 23 76 0 15 432 104 74
Binary 10110100 1010100 11011110 10011 111110 0 1101 100011010 1000100 111100

Color Harmonies of #B454DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454DE

Black with #B454DE

Text Example


Text Example

White with #B454DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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