Html Css Color HEX #B835DF Medium Orchid

📋 copy color: '#B835DF'

red 184 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #B835DF

Tints of Medium Orchid #B835DF

RGB

 RED value IS 184 (72.27% from 255) = 40%

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 40%
G = 11.52%
B = 48.48%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B835DF (or 0xB835DF) is known color: Medium Orchid. HEX triplet: B8, 35 and DF. RGB value is (184,53,223). Sum of RGB (Red+Green+Blue) = 184+53+223=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #B835DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835DF is #47CA20. Grayscale: #6F6F6F. Windows color (decimal): -4704801 or 14628280. OLE color: 14628280.

HSL color Cylindrical-coordinate representation of color #B835DF: hue angle of 286.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B835DF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 53 223 -
CMYK 0.17 0.76 0 0.13
HSL 286.24º 0.73% 0.54% -
HSV(B) 286.24º 0.76% 0.87% -
XYZ 34.36 18.06 71.49 -
YUV 111.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 184 53 223 0.17 0.76 0 0.13 286.24 0.73 0.54
Hex B8 35 DF 11 4C 0 D 11E 49 36
Octal 270 65 337 21 114 0 15 436 111 66
Binary 10111000 110101 11011111 10001 1001100 0 1101 100011110 1001001 110110

Color Harmonies of #B835DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835DF

Black with #B835DF

Text Example


Text Example

White with #B835DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835DF; }

 p { color: rgb(184,53,223); }

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

background-color css

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

 a { background-color: rgb(184,53,223); }

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

border-color css

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

 span { border-color: rgb(184,53,223); }

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