Html Css Color HEX #B74CFC Medium Orchid

📋 copy color: '#B74CFC'

red 183 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #B74CFC

Tints of Medium Orchid #B74CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 35.81%
G = 14.87%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B74CFC (or 0xB74CFC) is known color: Medium Orchid. HEX triplet: B7, 4C and FC. RGB value is (183,76,252). Sum of RGB (Red+Green+Blue) = 183+76+252=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B74CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFC is #48B303. Grayscale: #7F7F7F. Windows color (decimal): -4764420 or 16534711. OLE color: 16534711.

HSL color Cylindrical-coordinate representation of color #B74CFC: hue angle of 276.48º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74CFC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 76 252 -
CMYK 0.27 0.70 0 0.01
HSL 276.48º 0.97% 0.64% -
HSV(B) 276.48º 0.7% 0.99% -
XYZ 39.68 22.26 94.3 -
YUV 128.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 183 76 252 0.27 0.70 0 0.01 276.48 0.97 0.64
Hex B7 4C FC 1B 46 0 1 114 61 40
Octal 267 114 374 33 106 0 1 424 141 100
Binary 10110111 1001100 11111100 11011 1000110 0 1 100010100 1100001 1000000

Color Harmonies of #B74CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CFC

Black with #B74CFC

Text Example


Text Example

White with #B74CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CFC; }

 p { color: rgb(183,76,252); }

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

background-color css

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

 a { background-color: rgb(183,76,252); }

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

border-color css

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

 span { border-color: rgb(183,76,252); }

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