Html Css Color HEX #B758DA Medium Orchid

📋 copy color: '#B758DA'

red 183 ◦ green 88 ◦ blue 218

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

Shades of Medium Orchid #B758DA

Tints of Medium Orchid #B758DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 37.42%
G = 18%
B = 44.58%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B758DA (or 0xB758DA) is known color: Medium Orchid. HEX triplet: B7, 58 and DA. RGB value is (183,88,218). Sum of RGB (Red+Green+Blue) = 183+88+218=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #B758DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758DA is #48A725. Grayscale: #828282. Windows color (decimal): -4761382 or 14309559. OLE color: 14309559.

HSL color Cylindrical-coordinate representation of color #B758DA: hue angle of 283.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B758DA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 88 218 -
CMYK 0.16 0.60 0 0.15
HSL 283.85º 0.64% 0.6% -
HSV(B) 283.85º 0.6% 0.85% -
XYZ 35.67 22.11 68.72 -
YUV 131.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 183 88 218 0.16 0.60 0 0.15 283.85 0.64 0.6
Hex B7 58 DA 10 3C 0 F 11C 40 3C
Octal 267 130 332 20 74 0 17 434 100 74
Binary 10110111 1011000 11011010 10000 111100 0 1111 100011100 1000000 111100

Color Harmonies of #B758DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758DA

Black with #B758DA

Text Example


Text Example

White with #B758DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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