Html Css Color HEX #B74CF2 Medium Orchid

📋 copy color: '#B74CF2'

red 183 ◦ green 76 ◦ blue 242

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

Shades of Medium Orchid #B74CF2

Tints of Medium Orchid #B74CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 36.53%
G = 15.17%
B = 48.3%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B74CF2 (or 0xB74CF2) is known color: Medium Orchid. HEX triplet: B7, 4C and F2. RGB value is (183,76,242). Sum of RGB (Red+Green+Blue) = 183+76+242=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #B74CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CF2 is #48B30D. Grayscale: #7E7E7E. Windows color (decimal): -4764430 or 15879351. OLE color: 15879351.

HSL color Cylindrical-coordinate representation of color #B74CF2: hue angle of 278.67º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74CF2 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 76 242 -
CMYK 0.24 0.69 0 0.05
HSL 278.67º 0.86% 0.62% -
HSV(B) 278.67º 0.69% 0.95% -
XYZ 38.14 21.65 86.17 -
YUV 126.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 183 76 242 0.24 0.69 0 0.05 278.67 0.86 0.62
Hex B7 4C F2 18 45 0 5 117 56 3E
Octal 267 114 362 30 105 0 5 427 126 76
Binary 10110111 1001100 11110010 11000 1000101 0 101 100010111 1010110 111110

Color Harmonies of #B74CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CF2

Black with #B74CF2

Text Example


Text Example

White with #B74CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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