Html Css Color HEX #B436F2 Medium Orchid

📋 copy color: '#B436F2'

red 180 ◦ green 54 ◦ blue 242

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

Shades of Medium Orchid #B436F2

Tints of Medium Orchid #B436F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 37.82%
G = 11.34%
B = 50.84%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B436F2 (or 0xB436F2) is known color: Medium Orchid. HEX triplet: B4, 36 and F2. RGB value is (180,54,242). Sum of RGB (Red+Green+Blue) = 180+54+242=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #B436F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436F2 is #4BC90D. Grayscale: #707070. Windows color (decimal): -4966670 or 15873716. OLE color: 15873716.

HSL color Cylindrical-coordinate representation of color #B436F2: hue angle of 280.21º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B436F2 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 54 242 -
CMYK 0.26 0.78 0 0.05
HSL 280.21º 0.88% 0.58% -
HSV(B) 280.21º 0.78% 0.95% -
XYZ 36.17 18.75 85.72 -
YUV 113.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 180 54 242 0.26 0.78 0 0.05 280.21 0.88 0.58
Hex B4 36 F2 1A 4E 0 5 118 58 3A
Octal 264 66 362 32 116 0 5 430 130 72
Binary 10110100 110110 11110010 11010 1001110 0 101 100011000 1011000 111010

Color Harmonies of #B436F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436F2

Black with #B436F2

Text Example


Text Example

White with #B436F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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