Html Css Color HEX #B758CB Medium Orchid

📋 copy color: '#B758CB'

red 183 ◦ green 88 ◦ blue 203

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

Shades of Medium Orchid #B758CB

Tints of Medium Orchid #B758CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 38.61%
G = 18.57%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B758CB (or 0xB758CB) is known color: Medium Orchid. HEX triplet: B7, 58 and CB. RGB value is (183,88,203). Sum of RGB (Red+Green+Blue) = 183+88+203=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B758CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758CB is #48A734. Grayscale: #818181. Windows color (decimal): -4761397 or 13326519. OLE color: 13326519.

HSL color Cylindrical-coordinate representation of color #B758CB: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B758CB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 88 203 -
CMYK 0.10 0.57 0 0.20
HSL 289.57º 0.53% 0.57% -
HSV(B) 289.57º 0.57% 0.8% -
XYZ 33.8 21.36 58.84 -
YUV 129.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 183 88 203 0.10 0.57 0 0.20 289.57 0.53 0.57
Hex B7 58 CB A 39 0 14 122 35 39
Octal 267 130 313 12 71 0 24 442 65 71
Binary 10110111 1011000 11001011 1010 111001 0 10100 100100010 110101 111001

Color Harmonies of #B758CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758CB

Black with #B758CB

Text Example


Text Example

White with #B758CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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