Html Css Color HEX #B551CF Medium Orchid

📋 copy color: '#B551CF'

red 181 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #B551CF

Tints of Medium Orchid #B551CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 38.59%
G = 17.27%
B = 44.14%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B551CF (or 0xB551CF) is known color: Medium Orchid. HEX triplet: B5, 51 and CF. RGB value is (181,81,207). Sum of RGB (Red+Green+Blue) = 181+81+207=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B551CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551CF is #4AAE30. Grayscale: #7C7C7C. Windows color (decimal): -4894257 or 13586869. OLE color: 13586869.

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

Color convert

RGB 181 81 207 -
CMYK 0.13 0.61 0 0.19
HSL 287.62º 0.57% 0.56% -
HSV(B) 287.62º 0.61% 0.81% -
XYZ 33.26 20.21 61.18 -
YUV 125.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 181 81 207 0.13 0.61 0 0.19 287.62 0.57 0.56
Hex B5 51 CF D 3D 0 13 120 39 38
Octal 265 121 317 15 75 0 23 440 71 70
Binary 10110101 1010001 11001111 1101 111101 0 10011 100100000 111001 111000

Color Harmonies of #B551CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551CF

Black with #B551CF

Text Example


Text Example

White with #B551CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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