Html Css Color HEX #B254CA Medium Orchid

📋 copy color: '#B254CA'

red 178 ◦ green 84 ◦ blue 202

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

Shades of Medium Orchid #B254CA

Tints of Medium Orchid #B254CA

RGB

 RED value IS 178 (69.92% from 255) = 38.36%

 GREEN value IS 84 (33.2% from 255) = 18.1%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 38.36%
G = 18.1%
B = 43.53%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B254CA (or 0xB254CA) is known color: Medium Orchid. HEX triplet: B2, 54 and CA. RGB value is (178,84,202). Sum of RGB (Red+Green+Blue) = 178+84+202=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #B254CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254CA is #4DAB35. Grayscale: #7D7D7D. Windows color (decimal): -5090102 or 13259954. OLE color: 13259954.

HSL color Cylindrical-coordinate representation of color #B254CA: hue angle of 287.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B254CA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 84 202 -
CMYK 0.12 0.58 0 0.21
HSL 287.8º 0.53% 0.56% -
HSV(B) 287.8º 0.58% 0.79% -
XYZ 32.19 20.07 58.05 -
YUV 125.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 178 84 202 0.12 0.58 0 0.21 287.8 0.53 0.56
Hex B2 54 CA C 3A 0 15 120 35 38
Octal 262 124 312 14 72 0 25 440 65 70
Binary 10110010 1010100 11001010 1100 111010 0 10101 100100000 110101 111000

Color Harmonies of #B254CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254CA

Black with #B254CA

Text Example


Text Example

White with #B254CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254CA; }

 p { color: rgb(178,84,202); }

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

background-color css

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

 a { background-color: rgb(178,84,202); }

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

border-color css

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

 span { border-color: rgb(178,84,202); }

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