Html Css Color HEX #B750DA Medium Orchid

📋 copy color: '#B750DA'

red 183 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #B750DA

Tints of Medium Orchid #B750DA

RGB

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

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

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

R = 38.05%
G = 16.63%
B = 45.32%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B750DA (or 0xB750DA) is known color: Medium Orchid. HEX triplet: B7, 50 and DA. RGB value is (183,80,218). Sum of RGB (Red+Green+Blue) = 183+80+218=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B750DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750DA is #48AF25. Grayscale: #7E7E7E. Windows color (decimal): -4763430 or 14307511. OLE color: 14307511.

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

Color convert

RGB 183 80 218 -
CMYK 0.16 0.63 0 0.15
HSL 284.78º 0.65% 0.58% -
HSV(B) 284.78º 0.63% 0.85% -
XYZ 35.05 20.87 68.51 -
YUV 126.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 183 80 218 0.16 0.63 0 0.15 284.78 0.65 0.58
Hex B7 50 DA 10 3F 0 F 11D 41 3A
Octal 267 120 332 20 77 0 17 435 101 72
Binary 10110111 1010000 11011010 10000 111111 0 1111 100011101 1000001 111010

Color Harmonies of #B750DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750DA

Black with #B750DA

Text Example


Text Example

White with #B750DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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