Html Css Color HEX #B436EA Medium Orchid

📋 copy color: '#B436EA'

red 180 ◦ green 54 ◦ blue 234

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

Shades of Medium Orchid #B436EA

Tints of Medium Orchid #B436EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.54%

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

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B436EA (or 0xB436EA) is known color: Medium Orchid. HEX triplet: B4, 36 and EA. RGB value is (180,54,234). Sum of RGB (Red+Green+Blue) = 180+54+234=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #B436EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436EA is #4BC915. Grayscale: #6F6F6F. Windows color (decimal): -4966678 or 15349428. OLE color: 15349428.

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

Color convert

RGB 180 54 234 -
CMYK 0.23 0.77 0 0.08
HSL 282º 0.81% 0.56% -
HSV(B) 282º 0.77% 0.92% -
XYZ 34.99 18.28 79.53 -
YUV 112.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 180 54 234 0.23 0.77 0 0.08 282 0.81 0.56
Hex B4 36 EA 17 4D 0 8 11A 51 38
Octal 264 66 352 27 115 0 10 432 121 70
Binary 10110100 110110 11101010 10111 1001101 0 1000 100011010 1010001 111000

Color Harmonies of #B436EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436EA

Black with #B436EA

Text Example


Text Example

White with #B436EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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