Html Css Color HEX #B636FA Medium Orchid

📋 copy color: '#B636FA'

red 182 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #B636FA

Tints of Medium Orchid #B636FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 37.45%
G = 11.11%
B = 51.44%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B636FA (or 0xB636FA) is known color: Medium Orchid. HEX triplet: B6, 36 and FA. RGB value is (182,54,250). Sum of RGB (Red+Green+Blue) = 182+54+250=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #B636FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636FA is #49C905. Grayscale: #717171. Windows color (decimal): -4835590 or 16398006. OLE color: 16398006.

HSL color Cylindrical-coordinate representation of color #B636FA: hue angle of 279.18º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B636FA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 54 250 -
CMYK 0.27 0.78 0 0.02
HSL 279.18º 0.95% 0.6% -
HSV(B) 279.18º 0.78% 0.98% -
XYZ 37.87 19.49 92.21 -
YUV 114.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 182 54 250 0.27 0.78 0 0.02 279.18 0.95 0.6
Hex B6 36 FA 1B 4E 0 2 117 5F 3C
Octal 266 66 372 33 116 0 2 427 137 74
Binary 10110110 110110 11111010 11011 1001110 0 10 100010111 1011111 111100

Color Harmonies of #B636FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636FA

Black with #B636FA

Text Example


Text Example

White with #B636FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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