Html Css Color HEX #B735DF Medium Orchid

📋 copy color: '#B735DF'

red 183 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #B735DF

Tints of Medium Orchid #B735DF

RGB

 RED value IS 183 (71.88% from 255) = 39.87%

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

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

R = 39.87%
G = 11.55%
B = 48.58%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B735DF (or 0xB735DF) is known color: Medium Orchid. HEX triplet: B7, 35 and DF. RGB value is (183,53,223). Sum of RGB (Red+Green+Blue) = 183+53+223=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B735DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735DF is #48CA20. Grayscale: #6E6E6E. Windows color (decimal): -4770337 or 14628279. OLE color: 14628279.

HSL color Cylindrical-coordinate representation of color #B735DF: hue angle of 285.88º 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 #B735DF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 53 223 -
CMYK 0.18 0.76 0 0.13
HSL 285.88º 0.73% 0.54% -
HSV(B) 285.88º 0.76% 0.87% -
XYZ 34.12 17.94 71.48 -
YUV 111.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 183 53 223 0.18 0.76 0 0.13 285.88 0.73 0.54
Hex B7 35 DF 12 4C 0 D 11E 49 36
Octal 267 65 337 22 114 0 15 436 111 66
Binary 10110111 110101 11011111 10010 1001100 0 1101 100011110 1001001 110110

Color Harmonies of #B735DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B735DF

Black with #B735DF

Text Example


Text Example

White with #B735DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B735DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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