Html Css Color HEX #B04CEF Medium Orchid

📋 copy color: '#B04CEF'

red 176 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #B04CEF

Tints of Medium Orchid #B04CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 35.85%
G = 15.48%
B = 48.68%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B04CEF (or 0xB04CEF) is known color: Medium Orchid. HEX triplet: B0, 4C and EF. RGB value is (176,76,239). Sum of RGB (Red+Green+Blue) = 176+76+239=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #B04CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CEF is #4FB310. Grayscale: #7B7B7B. Windows color (decimal): -5223185 or 15682736. OLE color: 15682736.

HSL color Cylindrical-coordinate representation of color #B04CEF: hue angle of 276.81º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04CEF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 76 239 -
CMYK 0.26 0.68 0 0.06
HSL 276.81º 0.84% 0.62% -
HSV(B) 276.81º 0.68% 0.94% -
XYZ 36.07 20.63 83.74 -
YUV 124.48 192.63 164.75 -
System Red Green Blue C M Y K H S L
Decimal 176 76 239 0.26 0.68 0 0.06 276.81 0.84 0.62
Hex B0 4C EF 1A 44 0 6 115 54 3E
Octal 260 114 357 32 104 0 6 425 124 76
Binary 10110000 1001100 11101111 11010 1000100 0 110 100010101 1010100 111110

Color Harmonies of #B04CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CEF

Black with #B04CEF

Text Example


Text Example

White with #B04CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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