Html Css Color HEX #B774CB Medium Orchid

📋 copy color: '#B774CB'

red 183 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #B774CB

Tints of Medium Orchid #B774CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.11%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 36.45%
G = 23.11%
B = 40.44%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B774CB (or 0xB774CB) is known color: Medium Orchid. HEX triplet: B7, 74 and CB. RGB value is (183,116,203). Sum of RGB (Red+Green+Blue) = 183+116+203=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B774CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774CB is #488B34. Grayscale: #919191. Windows color (decimal): -4754229 or 13333687. OLE color: 13333687.

HSL color Cylindrical-coordinate representation of color #B774CB: hue angle of 286.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B774CB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 116 203 -
CMYK 0.10 0.43 0 0.20
HSL 286.21º 0.46% 0.63% -
HSV(B) 286.21º 0.43% 0.8% -
XYZ 36.55 26.87 59.76 -
YUV 145.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 183 116 203 0.10 0.43 0 0.20 286.21 0.46 0.63
Hex B7 74 CB A 2B 0 14 11E 2E 3F
Octal 267 164 313 12 53 0 24 436 56 77
Binary 10110111 1110100 11001011 1010 101011 0 10100 100011110 101110 111111

Color Harmonies of #B774CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774CB

Black with #B774CB

Text Example


Text Example

White with #B774CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774CB; }

 p { color: rgb(183,116,203); }

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

background-color css

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

 a { background-color: rgb(183,116,203); }

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

border-color css

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

 span { border-color: rgb(183,116,203); }

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