Html Css Color HEX #B770ED Medium Orchid

📋 copy color: '#B770ED'

red 183 ◦ green 112 ◦ blue 237

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

Shades of Medium Orchid #B770ED

Tints of Medium Orchid #B770ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 34.4%
G = 21.05%
B = 44.55%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B770ED (or 0xB770ED) is known color: Medium Orchid. HEX triplet: B7, 70 and ED. RGB value is (183,112,237). Sum of RGB (Red+Green+Blue) = 183+112+237=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #B770ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770ED is #488F12. Grayscale: #939393. Windows color (decimal): -4755219 or 15560887. OLE color: 15560887.

HSL color Cylindrical-coordinate representation of color #B770ED: hue angle of 274.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B770ED is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 112 237 -
CMYK 0.23 0.53 0 0.07
HSL 274.08º 0.78% 0.68% -
HSV(B) 274.08º 0.53% 0.93% -
XYZ 40.61 27.77 83.34 -
YUV 147.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 183 112 237 0.23 0.53 0 0.07 274.08 0.78 0.68
Hex B7 70 ED 17 35 0 7 112 4E 44
Octal 267 160 355 27 65 0 7 422 116 104
Binary 10110111 1110000 11101101 10111 110101 0 111 100010010 1001110 1000100

Color Harmonies of #B770ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770ED

Black with #B770ED

Text Example


Text Example

White with #B770ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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