Html Css Color HEX #B758F2 Medium Orchid

📋 copy color: '#B758F2'

red 183 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #B758F2

Tints of Medium Orchid #B758F2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

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

R = 35.67%
G = 17.15%
B = 47.17%

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

#B758F2 (or 0xB758F2) is known color: Medium Orchid. HEX triplet: B7, 58 and F2. RGB value is (183,88,242). Sum of RGB (Red+Green+Blue) = 183+88+242=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #B758F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758F2 is #48A70D. Grayscale: #858585. Windows color (decimal): -4761358 or 15882423. OLE color: 15882423.

HSL color Cylindrical-coordinate representation of color #B758F2: hue angle of 277.01º 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 #B758F2 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 88 242 -
CMYK 0.24 0.64 0 0.05
HSL 277.01º 0.86% 0.65% -
HSV(B) 277.01º 0.64% 0.95% -
XYZ 39.05 23.46 86.47 -
YUV 133.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 183 88 242 0.24 0.64 0 0.05 277.01 0.86 0.65
Hex B7 58 F2 18 40 0 5 115 56 41
Octal 267 130 362 30 100 0 5 425 126 101
Binary 10110111 1011000 11110010 11000 1000000 0 101 100010101 1010110 1000001

Color Harmonies of #B758F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758F2

Black with #B758F2

Text Example


Text Example

White with #B758F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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