Html Css Color HEX #B735F9 Medium Orchid

📋 copy color: '#B735F9'

red 183 ◦ green 53 ◦ blue 249

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

Shades of Medium Orchid #B735F9

Tints of Medium Orchid #B735F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 37.73%
G = 10.93%
B = 51.34%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B735F9 (or 0xB735F9) is known color: Medium Orchid. HEX triplet: B7, 35 and F9. RGB value is (183,53,249). Sum of RGB (Red+Green+Blue) = 183+53+249=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #B735F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F9 is #48CA06. Grayscale: #717171. Windows color (decimal): -4770311 or 16332215. OLE color: 16332215.

HSL color Cylindrical-coordinate representation of color #B735F9: hue angle of 279.8º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B735F9 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 53 249 -
CMYK 0.27 0.79 0 0.02
HSL 279.8º 0.94% 0.59% -
HSV(B) 279.8º 0.79% 0.98% -
XYZ 37.9 19.45 91.38 -
YUV 114.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 183 53 249 0.27 0.79 0 0.02 279.8 0.94 0.59
Hex B7 35 F9 1B 4F 0 2 118 5E 3B
Octal 267 65 371 33 117 0 2 430 136 73
Binary 10110111 110101 11111001 11011 1001111 0 10 100011000 1011110 111011

Color Harmonies of #B735F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B735F9

Black with #B735F9

Text Example


Text Example

White with #B735F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B735F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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