Html Css Color HEX #B54CEA Medium Orchid

📋 copy color: '#B54CEA'

red 181 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #B54CEA

Tints of Medium Orchid #B54CEA

RGB

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

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

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

R = 36.86%
G = 15.48%
B = 47.66%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B54CEA (or 0xB54CEA) is known color: Medium Orchid. HEX triplet: B5, 4C and EA. RGB value is (181,76,234). Sum of RGB (Red+Green+Blue) = 181+76+234=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #B54CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CEA is #4AB315. Grayscale: #7C7C7C. Windows color (decimal): -4895510 or 15355061. OLE color: 15355061.

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

Color convert

RGB 181 76 234 -
CMYK 0.23 0.68 0 0.08
HSL 279.87º 0.79% 0.61% -
HSV(B) 279.87º 0.68% 0.92% -
XYZ 36.49 20.93 79.96 -
YUV 125.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 181 76 234 0.23 0.68 0 0.08 279.87 0.79 0.61
Hex B5 4C EA 17 44 0 8 118 4F 3D
Octal 265 114 352 27 104 0 10 430 117 75
Binary 10110101 1001100 11101010 10111 1000100 0 1000 100011000 1001111 111101

Color Harmonies of #B54CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CEA

Black with #B54CEA

Text Example


Text Example

White with #B54CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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