Html Css Color HEX #B74FCF Medium Orchid

📋 copy color: '#B74FCF'

red 183 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #B74FCF

Tints of Medium Orchid #B74FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

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

R = 39.02%
G = 16.84%
B = 44.14%

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

#B74FCF (or 0xB74FCF) is known color: Medium Orchid. HEX triplet: B7, 4F and CF. RGB value is (183,79,207). Sum of RGB (Red+Green+Blue) = 183+79+207=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B74FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FCF is #48B030. Grayscale: #7C7C7C. Windows color (decimal): -4763697 or 13586359. OLE color: 13586359.

HSL color Cylindrical-coordinate representation of color #B74FCF: hue angle of 288.75º 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 #B74FCF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 79 207 -
CMYK 0.12 0.62 0 0.19
HSL 288.75º 0.57% 0.56% -
HSV(B) 288.75º 0.62% 0.81% -
XYZ 33.59 20.16 61.15 -
YUV 124.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 183 79 207 0.12 0.62 0 0.19 288.75 0.57 0.56
Hex B7 4F CF C 3E 0 13 121 39 38
Octal 267 117 317 14 76 0 23 441 71 70
Binary 10110111 1001111 11001111 1100 111110 0 10011 100100001 111001 111000

Color Harmonies of #B74FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FCF

Black with #B74FCF

Text Example


Text Example

White with #B74FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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