Html Css Color HEX #B770CF Medium Orchid

📋 copy color: '#B770CF'

red 183 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B770CF

Tints of Medium Orchid #B770CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 36.45%
G = 22.31%
B = 41.24%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B770CF (or 0xB770CF) is known color: Medium Orchid. HEX triplet: B7, 70 and CF. RGB value is (183,112,207). Sum of RGB (Red+Green+Blue) = 183+112+207=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B770CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CF is #488F30. Grayscale: #8F8F8F. Windows color (decimal): -4755249 or 13594807. OLE color: 13594807.

HSL color Cylindrical-coordinate representation of color #B770CF: hue angle of 284.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B770CF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 112 207 -
CMYK 0.12 0.46 0 0.19
HSL 284.84º 0.5% 0.63% -
HSV(B) 284.84º 0.46% 0.81% -
XYZ 36.59 26.16 62.15 -
YUV 144.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 183 112 207 0.12 0.46 0 0.19 284.84 0.5 0.63
Hex B7 70 CF C 2E 0 13 11D 32 3F
Octal 267 160 317 14 56 0 23 435 62 77
Binary 10110111 1110000 11001111 1100 101110 0 10011 100011101 110010 111111

Color Harmonies of #B770CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770CF

Black with #B770CF

Text Example


Text Example

White with #B770CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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