Html Css Color HEX #B454D4 Medium Orchid

📋 copy color: '#B454D4'

red 180 ◦ green 84 ◦ blue 212

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

Shades of Medium Orchid #B454D4

Tints of Medium Orchid #B454D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 37.82%
G = 17.65%
B = 44.54%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B454D4 (or 0xB454D4) is known color: Medium Orchid. HEX triplet: B4, 54 and D4. RGB value is (180,84,212). Sum of RGB (Red+Green+Blue) = 180+84+212=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #B454D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454D4 is #4BAB2B. Grayscale: #7E7E7E. Windows color (decimal): -4959020 or 13915316. OLE color: 13915316.

HSL color Cylindrical-coordinate representation of color #B454D4: hue angle of 285º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B454D4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 84 212 -
CMYK 0.15 0.60 0 0.17
HSL 285º 0.6% 0.58% -
HSV(B) 285º 0.6% 0.83% -
XYZ 33.88 20.8 64.52 -
YUV 127.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 180 84 212 0.15 0.60 0 0.17 285 0.6 0.58
Hex B4 54 D4 F 3C 0 11 11D 3C 3A
Octal 264 124 324 17 74 0 21 435 74 72
Binary 10110100 1010100 11010100 1111 111100 0 10001 100011101 111100 111010

Color Harmonies of #B454D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454D4

Black with #B454D4

Text Example


Text Example

White with #B454D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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