Html Css Color HEX #B635DB Medium Orchid

📋 copy color: '#B635DB'

red 182 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #B635DB

Tints of Medium Orchid #B635DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 40.09%
G = 11.67%
B = 48.24%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B635DB (or 0xB635DB) is known color: Medium Orchid. HEX triplet: B6, 35 and DB. RGB value is (182,53,219). Sum of RGB (Red+Green+Blue) = 182+53+219=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B635DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635DB is #49CA24. Grayscale: #6D6D6D. Windows color (decimal): -4835877 or 14366134. OLE color: 14366134.

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

Color convert

RGB 182 53 219 -
CMYK 0.17 0.76 0 0.14
HSL 286.63º 0.7% 0.53% -
HSV(B) 286.63º 0.76% 0.86% -
XYZ 33.35 17.61 68.66 -
YUV 110.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 182 53 219 0.17 0.76 0 0.14 286.63 0.7 0.53
Hex B6 35 DB 11 4C 0 E 11F 46 35
Octal 266 65 333 21 114 0 16 437 106 65
Binary 10110110 110101 11011011 10001 1001100 0 1110 100011111 1000110 110101

Color Harmonies of #B635DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635DB

Black with #B635DB

Text Example


Text Example

White with #B635DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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