Html Css Color HEX #B770CC Medium Orchid

📋 copy color: '#B770CC'

red 183 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #B770CC

Tints of Medium Orchid #B770CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 36.67%
G = 22.44%
B = 40.88%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B770CC (or 0xB770CC) is known color: Medium Orchid. HEX triplet: B7, 70 and CC. RGB value is (183,112,204). Sum of RGB (Red+Green+Blue) = 183+112+204=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B770CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CC is #488F33. Grayscale: #8F8F8F. Windows color (decimal): -4755252 or 13398199. OLE color: 13398199.

HSL color Cylindrical-coordinate representation of color #B770CC: hue angle of 286.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B770CC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 112 204 -
CMYK 0.10 0.45 0 0.2
HSL 286.3º 0.47% 0.62% -
HSV(B) 286.3º 0.45% 0.8% -
XYZ 36.22 26.02 60.24 -
YUV 143.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 183 112 204 0.10 0.45 0 0.2 286.3 0.47 0.62
Hex B7 70 CC A 2D 0 14 11E 2F 3E
Octal 267 160 314 12 55 0 24 436 57 76
Binary 10110111 1110000 11001100 1010 101101 0 10100 100011110 101111 111110

Color Harmonies of #B770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770CC

Black with #B770CC

Text Example


Text Example

White with #B770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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