Html Css Color HEX #B755F7 Medium Orchid

📋 copy color: '#B755F7'

red 183 ◦ green 85 ◦ blue 247

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

Shades of Medium Orchid #B755F7

Tints of Medium Orchid #B755F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 35.53%
G = 16.5%
B = 47.96%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B755F7 (or 0xB755F7) is known color: Medium Orchid. HEX triplet: B7, 55 and F7. RGB value is (183,85,247). Sum of RGB (Red+Green+Blue) = 183+85+247=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #B755F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755F7 is #48AA08. Grayscale: #848484. Windows color (decimal): -4762121 or 16209335. OLE color: 16209335.

HSL color Cylindrical-coordinate representation of color #B755F7: hue angle of 276.3º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B755F7 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 85 247 -
CMYK 0.26 0.66 0 0.03
HSL 276.3º 0.91% 0.65% -
HSV(B) 276.3º 0.66% 0.97% -
XYZ 39.57 23.28 90.4 -
YUV 132.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 183 85 247 0.26 0.66 0 0.03 276.3 0.91 0.65
Hex B7 55 F7 1A 42 0 3 114 5B 41
Octal 267 125 367 32 102 0 3 424 133 101
Binary 10110111 1010101 11110111 11010 1000010 0 11 100010100 1011011 1000001

Color Harmonies of #B755F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755F7

Black with #B755F7

Text Example


Text Example

White with #B755F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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