Html Css Color HEX #B54CCB Medium Orchid

📋 copy color: '#B54CCB'

red 181 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #B54CCB

Tints of Medium Orchid #B54CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 39.35%
G = 16.52%
B = 44.13%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B54CCB (or 0xB54CCB) is known color: Medium Orchid. HEX triplet: B5, 4C and CB. RGB value is (181,76,203). Sum of RGB (Red+Green+Blue) = 181+76+203=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B54CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCB is #4AB334. Grayscale: #797979. Windows color (decimal): -4895541 or 13323445. OLE color: 13323445.

HSL color Cylindrical-coordinate representation of color #B54CCB: hue angle of 289.61º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54CCB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 76 203 -
CMYK 0.11 0.63 0 0.20
HSL 289.61º 0.55% 0.55% -
HSV(B) 289.61º 0.63% 0.8% -
XYZ 32.42 19.3 58.52 -
YUV 121.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 181 76 203 0.11 0.63 0 0.20 289.61 0.55 0.55
Hex B5 4C CB B 3F 0 14 122 37 37
Octal 265 114 313 13 77 0 24 442 67 67
Binary 10110101 1001100 11001011 1011 111111 0 10100 100100010 110111 110111

Color Harmonies of #B54CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CCB

Black with #B54CCB

Text Example


Text Example

White with #B54CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CCB; }

 p { color: rgb(181,76,203); }

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

background-color css

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

 a { background-color: rgb(181,76,203); }

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

border-color css

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

 span { border-color: rgb(181,76,203); }

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