Html Css Color HEX #B454CC Medium Orchid

📋 copy color: '#B454CC'

red 180 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #B454CC

Tints of Medium Orchid #B454CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 38.46%
G = 17.95%
B = 43.59%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B454CC (or 0xB454CC) is known color: Medium Orchid. HEX triplet: B4, 54 and CC. RGB value is (180,84,204). Sum of RGB (Red+Green+Blue) = 180+84+204=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B454CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454CC is #4BAB33. Grayscale: #7E7E7E. Windows color (decimal): -4959028 or 13391028. OLE color: 13391028.

HSL color Cylindrical-coordinate representation of color #B454CC: hue angle of 288º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B454CC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 84 204 -
CMYK 0.12 0.59 0 0.2
HSL 288º 0.54% 0.56% -
HSV(B) 288º 0.59% 0.8% -
XYZ 32.89 20.4 59.33 -
YUV 126.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 180 84 204 0.12 0.59 0 0.2 288 0.54 0.56
Hex B4 54 CC C 3B 0 14 120 36 38
Octal 264 124 314 14 73 0 24 440 66 70
Binary 10110100 1010100 11001100 1100 111011 0 10100 100100000 110110 111000

Color Harmonies of #B454CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454CC

Black with #B454CC

Text Example


Text Example

White with #B454CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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