Html Css Color HEX #B755E1 Medium Orchid

📋 copy color: '#B755E1'

red 183 ◦ green 85 ◦ blue 225

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

Shades of Medium Orchid #B755E1

Tints of Medium Orchid #B755E1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 37.12%
G = 17.24%
B = 45.64%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B755E1 (or 0xB755E1) is known color: Medium Orchid. HEX triplet: B7, 55 and E1. RGB value is (183,85,225). Sum of RGB (Red+Green+Blue) = 183+85+225=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #B755E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755E1 is #48AA1E. Grayscale: #818181. Windows color (decimal): -4762143 or 14767543. OLE color: 14767543.

HSL color Cylindrical-coordinate representation of color #B755E1: hue angle of 282º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B755E1 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 85 225 -
CMYK 0.19 0.62 0 0.12
HSL 282º 0.7% 0.61% -
HSV(B) 282º 0.62% 0.88% -
XYZ 36.37 22 73.56 -
YUV 130.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 183 85 225 0.19 0.62 0 0.12 282 0.7 0.61
Hex B7 55 E1 13 3E 0 C 11A 46 3D
Octal 267 125 341 23 76 0 14 432 106 75
Binary 10110111 1010101 11100001 10011 111110 0 1100 100011010 1000110 111101

Color Harmonies of #B755E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755E1

Black with #B755E1

Text Example


Text Example

White with #B755E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755E1; }

 p { color: rgb(183,85,225); }

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

background-color css

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

 a { background-color: rgb(183,85,225); }

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

border-color css

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

 span { border-color: rgb(183,85,225); }

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