Html Css Color HEX #B55CEF Medium Orchid

📋 copy color: '#B55CEF'

red 181 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #B55CEF

Tints of Medium Orchid #B55CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 35.35%
G = 17.97%
B = 46.68%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B55CEF (or 0xB55CEF) is known color: Medium Orchid. HEX triplet: B5, 5C and EF. RGB value is (181,92,239). Sum of RGB (Red+Green+Blue) = 181+92+239=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #B55CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CEF is #4AA310. Grayscale: #868686. Windows color (decimal): -4891409 or 15686837. OLE color: 15686837.

HSL color Cylindrical-coordinate representation of color #B55CEF: hue angle of 276.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55CEF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 92 239 -
CMYK 0.24 0.62 0 0.06
HSL 276.33º 0.82% 0.65% -
HSV(B) 276.33º 0.62% 0.94% -
XYZ 38.46 23.71 84.21 -
YUV 135.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 181 92 239 0.24 0.62 0 0.06 276.33 0.82 0.65
Hex B5 5C EF 18 3E 0 6 114 52 41
Octal 265 134 357 30 76 0 6 424 122 101
Binary 10110101 1011100 11101111 11000 111110 0 110 100010100 1010010 1000001

Color Harmonies of #B55CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CEF

Black with #B55CEF

Text Example


Text Example

White with #B55CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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