Html Css Color HEX #B755EF Medium Orchid

📋 copy color: '#B755EF'

red 183 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #B755EF

Tints of Medium Orchid #B755EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 36.09%
G = 16.77%
B = 47.14%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B755EF (or 0xB755EF) is known color: Medium Orchid. HEX triplet: B7, 55 and EF. RGB value is (183,85,239). Sum of RGB (Red+Green+Blue) = 183+85+239=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B755EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755EF is #48AA10. Grayscale: #838383. Windows color (decimal): -4762129 or 15685047. OLE color: 15685047.

HSL color Cylindrical-coordinate representation of color #B755EF: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B755EF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 85 239 -
CMYK 0.23 0.64 0 0.06
HSL 278.18º 0.83% 0.64% -
HSV(B) 278.18º 0.64% 0.94% -
XYZ 38.36 22.8 84.04 -
YUV 131.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 183 85 239 0.23 0.64 0 0.06 278.18 0.83 0.64
Hex B7 55 EF 17 40 0 6 116 53 40
Octal 267 125 357 27 100 0 6 426 123 100
Binary 10110111 1010101 11101111 10111 1000000 0 110 100010110 1010011 1000000

Color Harmonies of #B755EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755EF

Black with #B755EF

Text Example


Text Example

White with #B755EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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