Html Css Color HEX #B442EA Medium Orchid

📋 copy color: '#B442EA'

red 180 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #B442EA

Tints of Medium Orchid #B442EA

RGB

 RED value IS 180 (70.7% from 255) = 37.5%

 GREEN value IS 66 (26.17% from 255) = 13.75%

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

R = 37.5%
G = 13.75%
B = 48.75%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B442EA (or 0xB442EA) is known color: Medium Orchid. HEX triplet: B4, 42 and EA. RGB value is (180,66,234). Sum of RGB (Red+Green+Blue) = 180+66+234=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B442EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442EA is #4BBD15. Grayscale: #767676. Windows color (decimal): -4963606 or 15352500. OLE color: 15352500.

HSL color Cylindrical-coordinate representation of color #B442EA: hue angle of 280.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B442EA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 66 234 -
CMYK 0.23 0.72 0 0.08
HSL 280.71º 0.8% 0.59% -
HSV(B) 280.71º 0.72% 0.92% -
XYZ 35.62 19.54 79.74 -
YUV 119.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 180 66 234 0.23 0.72 0 0.08 280.71 0.8 0.59
Hex B4 42 EA 17 48 0 8 119 50 3B
Octal 264 102 352 27 110 0 10 431 120 73
Binary 10110100 1000010 11101010 10111 1001000 0 1000 100011001 1010000 111011

Color Harmonies of #B442EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442EA

Black with #B442EA

Text Example


Text Example

White with #B442EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442EA; }

 p { color: rgb(180,66,234); }

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

background-color css

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

 a { background-color: rgb(180,66,234); }

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

border-color css

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

 span { border-color: rgb(180,66,234); }

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