Html Css Color HEX #B554CF Medium Orchid

📋 copy color: '#B554CF'

red 181 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B554CF

Tints of Medium Orchid #B554CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 38.35%
G = 17.8%
B = 43.86%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B554CF (or 0xB554CF) is known color: Medium Orchid. HEX triplet: B5, 54 and CF. RGB value is (181,84,207). Sum of RGB (Red+Green+Blue) = 181+84+207=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B554CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CF is #4AAB30. Grayscale: #7E7E7E. Windows color (decimal): -4893489 or 13587637. OLE color: 13587637.

HSL color Cylindrical-coordinate representation of color #B554CF: hue angle of 287.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B554CF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 84 207 -
CMYK 0.13 0.59 0 0.19
HSL 287.32º 0.56% 0.57% -
HSV(B) 287.32º 0.59% 0.81% -
XYZ 33.49 20.67 61.26 -
YUV 127.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 181 84 207 0.13 0.59 0 0.19 287.32 0.56 0.57
Hex B5 54 CF D 3B 0 13 11F 38 39
Octal 265 124 317 15 73 0 23 437 70 71
Binary 10110101 1010100 11001111 1101 111011 0 10011 100011111 111000 111001

Color Harmonies of #B554CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554CF

Black with #B554CF

Text Example


Text Example

White with #B554CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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