Html Css Color HEX #B735EB Medium Orchid

📋 copy color: '#B735EB'

red 183 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #B735EB

Tints of Medium Orchid #B735EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 38.85%
G = 11.25%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B735EB (or 0xB735EB) is known color: Medium Orchid. HEX triplet: B7, 35 and EB. RGB value is (183,53,235). Sum of RGB (Red+Green+Blue) = 183+53+235=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B735EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735EB is #48CA14. Grayscale: #707070. Windows color (decimal): -4770325 or 15414711. OLE color: 15414711.

HSL color Cylindrical-coordinate representation of color #B735EB: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B735EB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 53 235 -
CMYK 0.22 0.77 0 0.08
HSL 282.86º 0.82% 0.56% -
HSV(B) 282.86º 0.77% 0.92% -
XYZ 35.8 18.61 80.3 -
YUV 112.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 183 53 235 0.22 0.77 0 0.08 282.86 0.82 0.56
Hex B7 35 EB 16 4D 0 8 11B 52 38
Octal 267 65 353 26 115 0 10 433 122 70
Binary 10110111 110101 11101011 10110 1001101 0 1000 100011011 1010010 111000

Color Harmonies of #B735EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B735EB

Black with #B735EB

Text Example


Text Example

White with #B735EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B735EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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