Html Css Color HEX #B637DA Medium Orchid

📋 copy color: '#B637DA'

red 182 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #B637DA

Tints of Medium Orchid #B637DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.09%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 40%
G = 12.09%
B = 47.91%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B637DA (or 0xB637DA) is known color: Medium Orchid. HEX triplet: B6, 37 and DA. RGB value is (182,55,218). Sum of RGB (Red+Green+Blue) = 182+55+218=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B637DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637DA is #49C825. Grayscale: #6F6F6F. Windows color (decimal): -4835366 or 14301110. OLE color: 14301110.

HSL color Cylindrical-coordinate representation of color #B637DA: hue angle of 286.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B637DA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 55 218 -
CMYK 0.17 0.75 0 0.15
HSL 286.75º 0.69% 0.54% -
HSV(B) 286.75º 0.75% 0.85% -
XYZ 33.31 17.74 68 -
YUV 111.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 182 55 218 0.17 0.75 0 0.15 286.75 0.69 0.54
Hex B6 37 DA 11 4B 0 F 11F 45 36
Octal 266 67 332 21 113 0 17 437 105 66
Binary 10110110 110111 11011010 10001 1001011 0 1111 100011111 1000101 110110

Color Harmonies of #B637DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B637DA

Black with #B637DA

Text Example


Text Example

White with #B637DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B637DA; }

 p { color: rgb(182,55,218); }

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

background-color css

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

 a { background-color: rgb(182,55,218); }

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

border-color css

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

 span { border-color: rgb(182,55,218); }

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