Html Css Color HEX #B550CE Medium Orchid

📋 copy color: '#B550CE'

red 181 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #B550CE

Tints of Medium Orchid #B550CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 38.76%
G = 17.13%
B = 44.11%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B550CE (or 0xB550CE) is known color: Medium Orchid. HEX triplet: B5, 50 and CE. RGB value is (181,80,206). Sum of RGB (Red+Green+Blue) = 181+80+206=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #B550CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550CE is #4AAF31. Grayscale: #7C7C7C. Windows color (decimal): -4894514 or 13521077. OLE color: 13521077.

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

Color convert

RGB 181 80 206 -
CMYK 0.12 0.61 0 0.19
HSL 288.1º 0.56% 0.56% -
HSV(B) 288.1º 0.61% 0.81% -
XYZ 33.07 20.02 60.51 -
YUV 124.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 181 80 206 0.12 0.61 0 0.19 288.1 0.56 0.56
Hex B5 50 CE C 3D 0 13 120 38 38
Octal 265 120 316 14 75 0 23 440 70 70
Binary 10110101 1010000 11001110 1100 111101 0 10011 100100000 111000 111000

Color Harmonies of #B550CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B550CE

Black with #B550CE

Text Example


Text Example

White with #B550CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B550CE; }

 p { color: rgb(181,80,206); }

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

background-color css

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

 a { background-color: rgb(181,80,206); }

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

border-color css

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

 span { border-color: rgb(181,80,206); }

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