Html Css Color HEX #B04DEE Medium Orchid

📋 copy color: '#B04DEE'

red 176 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #B04DEE

Tints of Medium Orchid #B04DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 35.85%
G = 15.68%
B = 48.47%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B04DEE (or 0xB04DEE) is known color: Medium Orchid. HEX triplet: B0, 4D and EE. RGB value is (176,77,238). Sum of RGB (Red+Green+Blue) = 176+77+238=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #B04DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DEE is #4FB211. Grayscale: #7C7C7C. Windows color (decimal): -5222930 or 15617456. OLE color: 15617456.

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

Color convert

RGB 176 77 238 -
CMYK 0.26 0.68 0 0.07
HSL 276.89º 0.83% 0.62% -
HSV(B) 276.89º 0.68% 0.93% -
XYZ 35.99 20.71 82.99 -
YUV 124.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 176 77 238 0.26 0.68 0 0.07 276.89 0.83 0.62
Hex B0 4D EE 1A 44 0 7 115 53 3E
Octal 260 115 356 32 104 0 7 425 123 76
Binary 10110000 1001101 11101110 11010 1000100 0 111 100010101 1010011 111110

Color Harmonies of #B04DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DEE

Black with #B04DEE

Text Example


Text Example

White with #B04DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DEE; }

 p { color: rgb(176,77,238); }

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

background-color css

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

 a { background-color: rgb(176,77,238); }

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

border-color css

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

 span { border-color: rgb(176,77,238); }

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