Html Css Color HEX #B55BEA Medium Orchid

📋 copy color: '#B55BEA'

red 181 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #B55BEA

Tints of Medium Orchid #B55BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 35.77%
G = 17.98%
B = 46.25%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B55BEA (or 0xB55BEA) is known color: Medium Orchid. HEX triplet: B5, 5B and EA. RGB value is (181,91,234). Sum of RGB (Red+Green+Blue) = 181+91+234=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B55BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BEA is #4AA415. Grayscale: #858585. Windows color (decimal): -4891670 or 15358901. OLE color: 15358901.

HSL color Cylindrical-coordinate representation of color #B55BEA: hue angle of 277.76º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55BEA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 91 234 -
CMYK 0.23 0.61 0 0.08
HSL 277.76º 0.77% 0.64% -
HSV(B) 277.76º 0.61% 0.92% -
XYZ 37.65 23.25 80.34 -
YUV 134.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 181 91 234 0.23 0.61 0 0.08 277.76 0.77 0.64
Hex B5 5B EA 17 3D 0 8 116 4D 40
Octal 265 133 352 27 75 0 10 426 115 100
Binary 10110101 1011011 11101010 10111 111101 0 1000 100010110 1001101 1000000

Color Harmonies of #B55BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BEA

Black with #B55BEA

Text Example


Text Example

White with #B55BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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