Html Css Color HEX #B770D5 Medium Orchid

📋 copy color: '#B770D5'

red 183 ◦ green 112 ◦ blue 213

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

Shades of Medium Orchid #B770D5

Tints of Medium Orchid #B770D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 36.02%
G = 22.05%
B = 41.93%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B770D5 (or 0xB770D5) is known color: Medium Orchid. HEX triplet: B7, 70 and D5. RGB value is (183,112,213). Sum of RGB (Red+Green+Blue) = 183+112+213=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #B770D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770D5 is #488F2A. Grayscale: #909090. Windows color (decimal): -4755243 or 13988023. OLE color: 13988023.

HSL color Cylindrical-coordinate representation of color #B770D5: hue angle of 282.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B770D5 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 112 213 -
CMYK 0.14 0.47 0 0.16
HSL 282.18º 0.55% 0.64% -
HSV(B) 282.18º 0.47% 0.84% -
XYZ 37.33 26.46 66.09 -
YUV 144.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 183 112 213 0.14 0.47 0 0.16 282.18 0.55 0.64
Hex B7 70 D5 E 2F 0 10 11A 37 40
Octal 267 160 325 16 57 0 20 432 67 100
Binary 10110111 1110000 11010101 1110 101111 0 10000 100011010 110111 1000000

Color Harmonies of #B770D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770D5

Black with #B770D5

Text Example


Text Example

White with #B770D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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