Html Css Color HEX #B742DA Medium Orchid

📋 copy color: '#B742DA'

red 183 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #B742DA

Tints of Medium Orchid #B742DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.13%

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

R = 39.19%
G = 14.13%
B = 46.68%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B742DA (or 0xB742DA) is known color: Medium Orchid. HEX triplet: B7, 42 and DA. RGB value is (183,66,218). Sum of RGB (Red+Green+Blue) = 183+66+218=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B742DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742DA is #48BD25. Grayscale: #757575. Windows color (decimal): -4767014 or 14303927. OLE color: 14303927.

HSL color Cylindrical-coordinate representation of color #B742DA: hue angle of 286.18º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B742DA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 66 218 -
CMYK 0.16 0.70 0 0.15
HSL 286.18º 0.67% 0.56% -
HSV(B) 286.18º 0.7% 0.85% -
XYZ 34.13 19.03 68.2 -
YUV 118.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 183 66 218 0.16 0.70 0 0.15 286.18 0.67 0.56
Hex B7 42 DA 10 46 0 F 11E 43 38
Octal 267 102 332 20 106 0 17 436 103 70
Binary 10110111 1000010 11011010 10000 1000110 0 1111 100011110 1000011 111000

Color Harmonies of #B742DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742DA

Black with #B742DA

Text Example


Text Example

White with #B742DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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