Html Css Color HEX #B55BCF Medium Orchid

📋 copy color: '#B55BCF'

red 181 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #B55BCF

Tints of Medium Orchid #B55BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 37.79%
G = 19%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B55BCF (or 0xB55BCF) is known color: Medium Orchid. HEX triplet: B5, 5B and CF. RGB value is (181,91,207). Sum of RGB (Red+Green+Blue) = 181+91+207=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BCF is #4AA430. Grayscale: #828282. Windows color (decimal): -4891697 or 13589429. OLE color: 13589429.

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

Color convert

RGB 181 91 207 -
CMYK 0.13 0.56 0 0.19
HSL 286.55º 0.55% 0.58% -
HSV(B) 286.55º 0.56% 0.81% -
XYZ 34.06 21.81 61.45 -
YUV 131.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 181 91 207 0.13 0.56 0 0.19 286.55 0.55 0.58
Hex B5 5B CF D 38 0 13 11F 37 3A
Octal 265 133 317 15 70 0 23 437 67 72
Binary 10110101 1011011 11001111 1101 111000 0 10011 100011111 110111 111010

Color Harmonies of #B55BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BCF

Black with #B55BCF

Text Example


Text Example

White with #B55BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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