Html Css Color HEX #B55ACF Medium Orchid

📋 copy color: '#B55ACF'

red 181 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B55ACF

Tints of Medium Orchid #B55ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

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

R = 37.87%
G = 18.83%
B = 43.31%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B55ACF (or 0xB55ACF) is known color: Medium Orchid. HEX triplet: B5, 5A and CF. RGB value is (181,90,207). Sum of RGB (Red+Green+Blue) = 181+90+207=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ACF is #4AA530. Grayscale: #828282. Windows color (decimal): -4891953 or 13589173. OLE color: 13589173.

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

Color convert

RGB 181 90 207 -
CMYK 0.13 0.57 0 0.19
HSL 286.67º 0.55% 0.58% -
HSV(B) 286.67º 0.57% 0.81% -
XYZ 33.97 21.64 61.42 -
YUV 130.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 181 90 207 0.13 0.57 0 0.19 286.67 0.55 0.58
Hex B5 5A CF D 39 0 13 11F 37 3A
Octal 265 132 317 15 71 0 23 437 67 72
Binary 10110101 1011010 11001111 1101 111001 0 10011 100011111 110111 111010

Color Harmonies of #B55ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ACF

Black with #B55ACF

Text Example


Text Example

White with #B55ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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