Html Css Color HEX #B04BCA Medium Orchid

📋 copy color: '#B04BCA'

red 176 ◦ green 75 ◦ blue 202

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

Shades of Medium Orchid #B04BCA

Tints of Medium Orchid #B04BCA

RGB

 RED value IS 176 (69.14% from 255) = 38.85%

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 38.85%
G = 16.56%
B = 44.59%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B04BCA (or 0xB04BCA) is known color: Medium Orchid. HEX triplet: B0, 4B and CA. RGB value is (176,75,202). Sum of RGB (Red+Green+Blue) = 176+75+202=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #B04BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BCA is #4FB435. Grayscale: #777777. Windows color (decimal): -5223478 or 13257648. OLE color: 13257648.

HSL color Cylindrical-coordinate representation of color #B04BCA: hue angle of 287.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04BCA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 75 202 -
CMYK 0.13 0.63 0 0.21
HSL 287.72º 0.55% 0.54% -
HSV(B) 287.72º 0.63% 0.79% -
XYZ 31.08 18.53 57.81 -
YUV 119.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 176 75 202 0.13 0.63 0 0.21 287.72 0.55 0.54
Hex B0 4B CA D 3F 0 15 120 37 36
Octal 260 113 312 15 77 0 25 440 67 66
Binary 10110000 1001011 11001010 1101 111111 0 10101 100100000 110111 110110

Color Harmonies of #B04BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BCA

Black with #B04BCA

Text Example


Text Example

White with #B04BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BCA; }

 p { color: rgb(176,75,202); }

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

background-color css

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

 a { background-color: rgb(176,75,202); }

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

border-color css

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

 span { border-color: rgb(176,75,202); }

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