Html Css Color HEX #B735EE Medium Orchid

📋 copy color: '#B735EE'

red 183 ◦ green 53 ◦ blue 238

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

Shades of Medium Orchid #B735EE

Tints of Medium Orchid #B735EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 38.61%
G = 11.18%
B = 50.21%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B735EE (or 0xB735EE) is known color: Medium Orchid. HEX triplet: B7, 35 and EE. RGB value is (183,53,238). Sum of RGB (Red+Green+Blue) = 183+53+238=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #B735EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735EE is #48CA11. Grayscale: #707070. Windows color (decimal): -4770322 or 15611319. OLE color: 15611319.

HSL color Cylindrical-coordinate representation of color #B735EE: hue angle of 282.16º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B735EE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 53 238 -
CMYK 0.23 0.78 0 0.07
HSL 282.16º 0.84% 0.57% -
HSV(B) 282.16º 0.78% 0.93% -
XYZ 36.23 18.79 82.61 -
YUV 112.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 183 53 238 0.23 0.78 0 0.07 282.16 0.84 0.57
Hex B7 35 EE 17 4E 0 7 11A 54 39
Octal 267 65 356 27 116 0 7 432 124 71
Binary 10110111 110101 11101110 10111 1001110 0 111 100011010 1010100 111001

Color Harmonies of #B735EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B735EE

Black with #B735EE

Text Example


Text Example

White with #B735EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B735EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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