Html Css Color HEX #B750CB Medium Orchid

📋 copy color: '#B750CB'

red 183 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #B750CB

Tints of Medium Orchid #B750CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 39.27%
G = 17.17%
B = 43.56%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B750CB (or 0xB750CB) is known color: Medium Orchid. HEX triplet: B7, 50 and CB. RGB value is (183,80,203). Sum of RGB (Red+Green+Blue) = 183+80+203=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B750CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750CB is #48AF34. Grayscale: #7C7C7C. Windows color (decimal): -4763445 or 13324471. OLE color: 13324471.

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

Color convert

RGB 183 80 203 -
CMYK 0.10 0.61 0 0.20
HSL 290.24º 0.54% 0.55% -
HSV(B) 290.24º 0.61% 0.8% -
XYZ 33.18 20.12 58.63 -
YUV 124.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 183 80 203 0.10 0.61 0 0.20 290.24 0.54 0.55
Hex B7 50 CB A 3D 0 14 122 36 37
Octal 267 120 313 12 75 0 24 442 66 67
Binary 10110111 1010000 11001011 1010 111101 0 10100 100100010 110110 110111

Color Harmonies of #B750CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750CB

Black with #B750CB

Text Example


Text Example

White with #B750CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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