Html Css Color HEX #B635DA Medium Orchid

📋 copy color: '#B635DA'

red 182 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #B635DA

Tints of Medium Orchid #B635DA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.7%

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

R = 40.18%
G = 11.7%
B = 48.12%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B635DA (or 0xB635DA) is known color: Medium Orchid. HEX triplet: B6, 35 and DA. RGB value is (182,53,218). Sum of RGB (Red+Green+Blue) = 182+53+218=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #B635DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635DA is #49CA25. Grayscale: #6D6D6D. Windows color (decimal): -4835878 or 14300598. OLE color: 14300598.

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

Color convert

RGB 182 53 218 -
CMYK 0.17 0.76 0 0.15
HSL 286.91º 0.69% 0.53% -
HSV(B) 286.91º 0.76% 0.85% -
XYZ 33.22 17.55 67.97 -
YUV 110.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 182 53 218 0.17 0.76 0 0.15 286.91 0.69 0.53
Hex B6 35 DA 11 4C 0 F 11F 45 35
Octal 266 65 332 21 114 0 17 437 105 65
Binary 10110110 110101 11011010 10001 1001100 0 1111 100011111 1000101 110101

Color Harmonies of #B635DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635DA

Black with #B635DA

Text Example


Text Example

White with #B635DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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