Html Css Color HEX #B742F1 Medium Orchid

📋 copy color: '#B742F1'

red 183 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #B742F1

Tints of Medium Orchid #B742F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.47%

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 37.35%
G = 13.47%
B = 49.18%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B742F1 (or 0xB742F1) is known color: Medium Orchid. HEX triplet: B7, 42 and F1. RGB value is (183,66,241). Sum of RGB (Red+Green+Blue) = 183+66+241=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #B742F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742F1 is #48BD0E. Grayscale: #787878. Windows color (decimal): -4766991 or 15811255. OLE color: 15811255.

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

Color convert

RGB 183 66 241 -
CMYK 0.24 0.73 0 0.05
HSL 280.11º 0.86% 0.6% -
HSV(B) 280.11º 0.73% 0.95% -
XYZ 37.35 20.31 85.17 -
YUV 120.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 183 66 241 0.24 0.73 0 0.05 280.11 0.86 0.6
Hex B7 42 F1 18 49 0 5 118 56 3C
Octal 267 102 361 30 111 0 5 430 126 74
Binary 10110111 1000010 11110001 11000 1001001 0 101 100011000 1010110 111100

Color Harmonies of #B742F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742F1

Black with #B742F1

Text Example


Text Example

White with #B742F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742F1; }

 p { color: rgb(183,66,241); }

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

background-color css

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

 a { background-color: rgb(183,66,241); }

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

border-color css

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

 span { border-color: rgb(183,66,241); }

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