Html Css Color HEX #B74ECF Medium Orchid

📋 copy color: '#B74ECF'

red 183 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #B74ECF

Tints of Medium Orchid #B74ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

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

R = 39.1%
G = 16.67%
B = 44.23%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B74ECF (or 0xB74ECF) is known color: Medium Orchid. HEX triplet: B7, 4E and CF. RGB value is (183,78,207). Sum of RGB (Red+Green+Blue) = 183+78+207=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B74ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ECF is #48B130. Grayscale: #7B7B7B. Windows color (decimal): -4763953 or 13586103. OLE color: 13586103.

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

Color convert

RGB 183 78 207 -
CMYK 0.12 0.62 0 0.19
HSL 288.84º 0.57% 0.56% -
HSV(B) 288.84º 0.62% 0.81% -
XYZ 33.52 20.02 61.13 -
YUV 124.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 183 78 207 0.12 0.62 0 0.19 288.84 0.57 0.56
Hex B7 4E CF C 3E 0 13 121 39 38
Octal 267 116 317 14 76 0 23 441 71 70
Binary 10110111 1001110 11001111 1100 111110 0 10011 100100001 111001 111000

Color Harmonies of #B74ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74ECF

Black with #B74ECF

Text Example


Text Example

White with #B74ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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