Html Css Color HEX #B770F0 Medium Orchid

📋 copy color: '#B770F0'

red 183 ◦ green 112 ◦ blue 240

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

Shades of Medium Orchid #B770F0

Tints of Medium Orchid #B770F0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 34.21%
G = 20.93%
B = 44.86%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B770F0 (or 0xB770F0) is known color: Medium Orchid. HEX triplet: B7, 70 and F0. RGB value is (183,112,240). Sum of RGB (Red+Green+Blue) = 183+112+240=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #B770F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770F0 is #488F0F. Grayscale: #939393. Windows color (decimal): -4755216 or 15757495. OLE color: 15757495.

HSL color Cylindrical-coordinate representation of color #B770F0: hue angle of 273.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B770F0 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 112 240 -
CMYK 0.24 0.53 0 0.06
HSL 273.28º 0.81% 0.69% -
HSV(B) 273.28º 0.53% 0.94% -
XYZ 41.05 27.95 85.67 -
YUV 147.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 183 112 240 0.24 0.53 0 0.06 273.28 0.81 0.69
Hex B7 70 F0 18 35 0 6 111 51 45
Octal 267 160 360 30 65 0 6 421 121 105
Binary 10110111 1110000 11110000 11000 110101 0 110 100010001 1010001 1000101

Color Harmonies of #B770F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770F0

Black with #B770F0

Text Example


Text Example

White with #B770F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770F0; }

 p { color: rgb(183,112,240); }

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

background-color css

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

 a { background-color: rgb(183,112,240); }

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

border-color css

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

 span { border-color: rgb(183,112,240); }

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