Html Css Color HEX #B636F2 Medium Orchid

📋 copy color: '#B636F2'

red 182 ◦ green 54 ◦ blue 242

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

Shades of Medium Orchid #B636F2

Tints of Medium Orchid #B636F2

RGB

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

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

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

R = 38.08%
G = 11.3%
B = 50.63%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B636F2 (or 0xB636F2) is known color: Medium Orchid. HEX triplet: B6, 36 and F2. RGB value is (182,54,242). Sum of RGB (Red+Green+Blue) = 182+54+242=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #B636F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636F2 is #49C90D. Grayscale: #717171. Windows color (decimal): -4835598 or 15873718. OLE color: 15873718.

HSL color Cylindrical-coordinate representation of color #B636F2: hue angle of 280.85º 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 #B636F2 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 54 242 -
CMYK 0.25 0.78 0 0.05
HSL 280.85º 0.88% 0.58% -
HSV(B) 280.85º 0.78% 0.95% -
XYZ 36.64 18.99 85.74 -
YUV 113.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 182 54 242 0.25 0.78 0 0.05 280.85 0.88 0.58
Hex B6 36 F2 19 4E 0 5 119 58 3A
Octal 266 66 362 31 116 0 5 431 130 72
Binary 10110110 110110 11110010 11001 1001110 0 101 100011001 1011000 111010

Color Harmonies of #B636F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636F2

Black with #B636F2

Text Example


Text Example

White with #B636F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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