Html Css Color HEX #B04CEB Medium Orchid

📋 copy color: '#B04CEB'

red 176 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #B04CEB

Tints of Medium Orchid #B04CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 36.14%
G = 15.61%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B04CEB (or 0xB04CEB) is known color: Medium Orchid. HEX triplet: B0, 4C and EB. RGB value is (176,76,235). Sum of RGB (Red+Green+Blue) = 176+76+235=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #B04CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CEB is #4FB314. Grayscale: #7B7B7B. Windows color (decimal): -5223189 or 15420592. OLE color: 15420592.

HSL color Cylindrical-coordinate representation of color #B04CEB: hue angle of 277.74º degrees, saturation: 0.8, 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 #B04CEB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 76 235 -
CMYK 0.25 0.68 0 0.08
HSL 277.74º 0.8% 0.61% -
HSV(B) 277.74º 0.68% 0.92% -
XYZ 35.48 20.4 80.66 -
YUV 124.03 190.63 165.07 -
System Red Green Blue C M Y K H S L
Decimal 176 76 235 0.25 0.68 0 0.08 277.74 0.8 0.61
Hex B0 4C EB 19 44 0 8 116 50 3D
Octal 260 114 353 31 104 0 10 426 120 75
Binary 10110000 1001100 11101011 11001 1000100 0 1000 100010110 1010000 111101

Color Harmonies of #B04CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CEB

Black with #B04CEB

Text Example


Text Example

White with #B04CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CEB; }

 p { color: rgb(176,76,235); }

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

background-color css

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

 a { background-color: rgb(176,76,235); }

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

border-color css

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

 span { border-color: rgb(176,76,235); }

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