Html Css Color HEX #B639FD Medium Orchid

📋 copy color: '#B639FD'

red 182 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #B639FD

Tints of Medium Orchid #B639FD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.59%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 36.99%
G = 11.59%
B = 51.42%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B639FD (or 0xB639FD) is known color: Medium Orchid. HEX triplet: B6, 39 and FD. RGB value is (182,57,253). Sum of RGB (Red+Green+Blue) = 182+57+253=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B639FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B639FD is #49C602. Grayscale: #747474. Windows color (decimal): -4834819 or 16595382. OLE color: 16595382.

HSL color Cylindrical-coordinate representation of color #B639FD: hue angle of 278.27º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B639FD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 57 253 -
CMYK 0.28 0.77 0 0.01
HSL 278.27º 0.98% 0.61% -
HSV(B) 278.27º 0.77% 0.99% -
XYZ 38.48 19.96 94.75 -
YUV 116.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 182 57 253 0.28 0.77 0 0.01 278.27 0.98 0.61
Hex B6 39 FD 1C 4D 0 1 116 62 3D
Octal 266 71 375 34 115 0 1 426 142 75
Binary 10110110 111001 11111101 11100 1001101 0 1 100010110 1100010 111101

Color Harmonies of #B639FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639FD

Black with #B639FD

Text Example


Text Example

White with #B639FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639FD; }

 p { color: rgb(182,57,253); }

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

background-color css

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

 a { background-color: rgb(182,57,253); }

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

border-color css

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

 span { border-color: rgb(182,57,253); }

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