Html Css Color HEX #B04BEE Medium Orchid

📋 copy color: '#B04BEE'

red 176 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #B04BEE

Tints of Medium Orchid #B04BEE

RGB

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

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

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

R = 35.99%
G = 15.34%
B = 48.67%

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

#B04BEE (or 0xB04BEE) is known color: Medium Orchid. HEX triplet: B0, 4B and EE. RGB value is (176,75,238). Sum of RGB (Red+Green+Blue) = 176+75+238=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B04BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BEE is #4FB411. Grayscale: #7B7B7B. Windows color (decimal): -5223442 or 15616944. OLE color: 15616944.

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

Color convert

RGB 176 75 238 -
CMYK 0.26 0.68 0 0.07
HSL 277.18º 0.83% 0.61% -
HSV(B) 277.18º 0.68% 0.93% -
XYZ 35.85 20.44 82.94 -
YUV 123.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 176 75 238 0.26 0.68 0 0.07 277.18 0.83 0.61
Hex B0 4B EE 1A 44 0 7 115 53 3D
Octal 260 113 356 32 104 0 7 425 123 75
Binary 10110000 1001011 11101110 11010 1000100 0 111 100010101 1010011 111101

Color Harmonies of #B04BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BEE

Black with #B04BEE

Text Example


Text Example

White with #B04BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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