Html Css Color HEX #B758F6 Medium Orchid

📋 copy color: '#B758F6'

red 183 ◦ green 88 ◦ blue 246

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

Shades of Medium Orchid #B758F6

Tints of Medium Orchid #B758F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.58%

R = 35.4%
G = 17.02%
B = 47.58%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B758F6 (or 0xB758F6) is known color: Medium Orchid. HEX triplet: B7, 58 and F6. RGB value is (183,88,246). Sum of RGB (Red+Green+Blue) = 183+88+246=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #B758F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758F6 is #48A709. Grayscale: #858585. Windows color (decimal): -4761354 or 16144567. OLE color: 16144567.

HSL color Cylindrical-coordinate representation of color #B758F6: hue angle of 276.08º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B758F6 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 88 246 -
CMYK 0.26 0.64 0 0.04
HSL 276.08º 0.9% 0.65% -
HSV(B) 276.08º 0.64% 0.96% -
XYZ 39.65 23.7 89.67 -
YUV 134.42 190.97 162.65 -
System Red Green Blue C M Y K H S L
Decimal 183 88 246 0.26 0.64 0 0.04 276.08 0.9 0.65
Hex B7 58 F6 1A 40 0 4 114 5A 41
Octal 267 130 366 32 100 0 4 424 132 101
Binary 10110111 1011000 11110110 11010 1000000 0 100 100010100 1011010 1000001

Color Harmonies of #B758F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758F6

Black with #B758F6

Text Example


Text Example

White with #B758F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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