Html Css Color HEX #B757F2 Medium Orchid

📋 copy color: '#B757F2'

red 183 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #B757F2

Tints of Medium Orchid #B757F2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.99%

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

R = 35.74%
G = 16.99%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B757F2 (or 0xB757F2) is known color: Medium Orchid. HEX triplet: B7, 57 and F2. RGB value is (183,87,242). Sum of RGB (Red+Green+Blue) = 183+87+242=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #B757F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757F2 is #48A80D. Grayscale: #848484. Windows color (decimal): -4761614 or 15882167. OLE color: 15882167.

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

Color convert

RGB 183 87 242 -
CMYK 0.24 0.64 0 0.05
HSL 277.16º 0.86% 0.65% -
HSV(B) 277.16º 0.64% 0.95% -
XYZ 38.96 23.29 86.45 -
YUV 133.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 183 87 242 0.24 0.64 0 0.05 277.16 0.86 0.65
Hex B7 57 F2 18 40 0 5 115 56 41
Octal 267 127 362 30 100 0 5 425 126 101
Binary 10110111 1010111 11110010 11000 1000000 0 101 100010101 1010110 1000001

Color Harmonies of #B757F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757F2

Black with #B757F2

Text Example


Text Example

White with #B757F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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