Html Css Color HEX #B04BEA Medium Orchid

📋 copy color: '#B04BEA'

red 176 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #B04BEA

Tints of Medium Orchid #B04BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 36.29%
G = 15.46%
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

#B04BEA (or 0xB04BEA) is known color: Medium Orchid. HEX triplet: B0, 4B and EA. RGB value is (176,75,234). Sum of RGB (Red+Green+Blue) = 176+75+234=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B04BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BEA is #4FB415. Grayscale: #7A7A7A. Windows color (decimal): -5223446 or 15354800. OLE color: 15354800.

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

Color convert

RGB 176 75 234 -
CMYK 0.25 0.68 0 0.08
HSL 278.11º 0.79% 0.61% -
HSV(B) 278.11º 0.68% 0.92% -
XYZ 35.27 20.2 79.88 -
YUV 123.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 176 75 234 0.25 0.68 0 0.08 278.11 0.79 0.61
Hex B0 4B EA 19 44 0 8 116 4F 3D
Octal 260 113 352 31 104 0 10 426 117 75
Binary 10110000 1001011 11101010 11001 1000100 0 1000 100010110 1001111 111101

Color Harmonies of #B04BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BEA

Black with #B04BEA

Text Example


Text Example

White with #B04BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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