Html Css Color HEX #B636F0 Medium Orchid

📋 copy color: '#B636F0'

red 182 ◦ green 54 ◦ blue 240

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

Shades of Medium Orchid #B636F0

Tints of Medium Orchid #B636F0

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

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

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 38.24%
G = 11.34%
B = 50.42%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B636F0 (or 0xB636F0) is known color: Medium Orchid. HEX triplet: B6, 36 and F0. RGB value is (182,54,240). Sum of RGB (Red+Green+Blue) = 182+54+240=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #B636F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636F0 is #49C90F. Grayscale: #707070. Windows color (decimal): -4835600 or 15742646. OLE color: 15742646.

HSL color Cylindrical-coordinate representation of color #B636F0: hue angle of 281.29º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B636F0 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 54 240 -
CMYK 0.24 0.78 0 0.06
HSL 281.29º 0.86% 0.58% -
HSV(B) 281.29º 0.78% 0.94% -
XYZ 36.34 18.87 84.17 -
YUV 113.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 182 54 240 0.24 0.78 0 0.06 281.29 0.86 0.58
Hex B6 36 F0 18 4E 0 6 119 56 3A
Octal 266 66 360 30 116 0 6 431 126 72
Binary 10110110 110110 11110000 11000 1001110 0 110 100011001 1010110 111010

Color Harmonies of #B636F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636F0

Black with #B636F0

Text Example


Text Example

White with #B636F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636F0; }

 p { color: rgb(182,54,240); }

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

background-color css

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

 a { background-color: rgb(182,54,240); }

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

border-color css

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

 span { border-color: rgb(182,54,240); }

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