Html Css Color HEX #B555CF Medium Orchid

📋 copy color: '#B555CF'

red 181 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B555CF

Tints of Medium Orchid #B555CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

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

R = 38.27%
G = 17.97%
B = 43.76%

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

#B555CF (or 0xB555CF) is known color: Medium Orchid. HEX triplet: B5, 55 and CF. RGB value is (181,85,207). Sum of RGB (Red+Green+Blue) = 181+85+207=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B555CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555CF is #4AAA30. Grayscale: #7F7F7F. Windows color (decimal): -4893233 or 13587893. OLE color: 13587893.

HSL color Cylindrical-coordinate representation of color #B555CF: hue angle of 287.21º 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 #B555CF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 85 207 -
CMYK 0.13 0.59 0 0.19
HSL 287.21º 0.56% 0.57% -
HSV(B) 287.21º 0.59% 0.81% -
XYZ 33.57 20.83 61.28 -
YUV 127.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 181 85 207 0.13 0.59 0 0.19 287.21 0.56 0.57
Hex B5 55 CF D 3B 0 13 11F 38 39
Octal 265 125 317 15 73 0 23 437 70 71
Binary 10110101 1010101 11001111 1101 111011 0 10011 100011111 111000 111001

Color Harmonies of #B555CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555CF

Black with #B555CF

Text Example


Text Example

White with #B555CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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