Html Css Color HEX #B635EF Medium Orchid

📋 copy color: '#B635EF'

red 182 ◦ green 53 ◦ blue 239

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

Shades of Medium Orchid #B635EF

Tints of Medium Orchid #B635EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 38.4%
G = 11.18%
B = 50.42%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B635EF (or 0xB635EF) is known color: Medium Orchid. HEX triplet: B6, 35 and EF. RGB value is (182,53,239). Sum of RGB (Red+Green+Blue) = 182+53+239=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #B635EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B635EF is #49CA10. Grayscale: #707070. Windows color (decimal): -4835857 or 15676854. OLE color: 15676854.

HSL color Cylindrical-coordinate representation of color #B635EF: hue angle of 281.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B635EF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 53 239 -
CMYK 0.24 0.78 0 0.06
HSL 281.61º 0.85% 0.57% -
HSV(B) 281.61º 0.78% 0.94% -
XYZ 36.14 18.72 83.37 -
YUV 112.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 182 53 239 0.24 0.78 0 0.06 281.61 0.85 0.57
Hex B6 35 EF 18 4E 0 6 11A 55 39
Octal 266 65 357 30 116 0 6 432 125 71
Binary 10110110 110101 11101111 11000 1001110 0 110 100011010 1010101 111001

Color Harmonies of #B635EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635EF

Black with #B635EF

Text Example


Text Example

White with #B635EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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