Html Css Color HEX #B55CED Medium Orchid

📋 copy color: '#B55CED'

red 181 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #B55CED

Tints of Medium Orchid #B55CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 35.49%
G = 18.04%
B = 46.47%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B55CED (or 0xB55CED) is known color: Medium Orchid. HEX triplet: B5, 5C and ED. RGB value is (181,92,237). Sum of RGB (Red+Green+Blue) = 181+92+237=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CED is #4AA312. Grayscale: #868686. Windows color (decimal): -4891411 or 15555765. OLE color: 15555765.

HSL color Cylindrical-coordinate representation of color #B55CED: hue angle of 276.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55CED is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 92 237 -
CMYK 0.24 0.61 0 0.07
HSL 276.83º 0.8% 0.65% -
HSV(B) 276.83º 0.61% 0.93% -
XYZ 38.17 23.59 82.66 -
YUV 135.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 181 92 237 0.24 0.61 0 0.07 276.83 0.8 0.65
Hex B5 5C ED 18 3D 0 7 115 50 41
Octal 265 134 355 30 75 0 7 425 120 101
Binary 10110101 1011100 11101101 11000 111101 0 111 100010101 1010000 1000001

Color Harmonies of #B55CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CED

Black with #B55CED

Text Example


Text Example

White with #B55CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CED; }

 p { color: rgb(181,92,237); }

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

background-color css

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

 a { background-color: rgb(181,92,237); }

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

border-color css

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

 span { border-color: rgb(181,92,237); }

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