Html Css Color HEX #B554CA Medium Orchid

📋 copy color: '#B554CA'

red 181 ◦ green 84 ◦ blue 202

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

Shades of Medium Orchid #B554CA

Tints of Medium Orchid #B554CA

RGB

 RED value IS 181 (71.09% from 255) = 38.76%

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 38.76%
G = 17.99%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B554CA (or 0xB554CA) is known color: Medium Orchid. HEX triplet: B5, 54 and CA. RGB value is (181,84,202). Sum of RGB (Red+Green+Blue) = 181+84+202=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B554CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CA is #4AAB35. Grayscale: #7E7E7E. Windows color (decimal): -4893494 or 13259957. OLE color: 13259957.

HSL color Cylindrical-coordinate representation of color #B554CA: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B554CA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 84 202 -
CMYK 0.10 0.58 0 0.21
HSL 289.32º 0.53% 0.56% -
HSV(B) 289.32º 0.58% 0.79% -
XYZ 32.89 20.43 58.09 -
YUV 126.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 181 84 202 0.10 0.58 0 0.21 289.32 0.53 0.56
Hex B5 54 CA A 3A 0 15 121 35 38
Octal 265 124 312 12 72 0 25 441 65 70
Binary 10110101 1010100 11001010 1010 111010 0 10101 100100001 110101 111000

Color Harmonies of #B554CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554CA

Black with #B554CA

Text Example


Text Example

White with #B554CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554CA; }

 p { color: rgb(181,84,202); }

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

background-color css

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

 a { background-color: rgb(181,84,202); }

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

border-color css

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

 span { border-color: rgb(181,84,202); }

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