Html Css Color HEX #B04BCB Medium Orchid

📋 copy color: '#B04BCB'

red 176 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #B04BCB

Tints of Medium Orchid #B04BCB

RGB

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

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

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

R = 38.77%
G = 16.52%
B = 44.71%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04BCB (or 0xB04BCB) is known color: Medium Orchid. HEX triplet: B0, 4B and CB. RGB value is (176,75,203). Sum of RGB (Red+Green+Blue) = 176+75+203=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B04BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BCB is #4FB434. Grayscale: #777777. Windows color (decimal): -5223477 or 13323184. OLE color: 13323184.

HSL color Cylindrical-coordinate representation of color #B04BCB: hue angle of 287.34º 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 #B04BCB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 75 203 -
CMYK 0.13 0.63 0 0.20
HSL 287.34º 0.55% 0.55% -
HSV(B) 287.34º 0.63% 0.8% -
XYZ 31.2 18.57 58.44 -
YUV 119.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 176 75 203 0.13 0.63 0 0.20 287.34 0.55 0.55
Hex B0 4B CB D 3F 0 14 11F 37 37
Octal 260 113 313 15 77 0 24 437 67 67
Binary 10110000 1001011 11001011 1101 111111 0 10100 100011111 110111 110111

Color Harmonies of #B04BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BCB

Black with #B04BCB

Text Example


Text Example

White with #B04BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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