Html Css Color HEX #B73FDA Medium Orchid

📋 copy color: '#B73FDA'

red 183 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B73FDA

Tints of Medium Orchid #B73FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

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

R = 39.44%
G = 13.58%
B = 46.98%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B73FDA (or 0xB73FDA) is known color: Medium Orchid. HEX triplet: B7, 3F and DA. RGB value is (183,63,218). Sum of RGB (Red+Green+Blue) = 183+63+218=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #B73FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FDA is #48C025. Grayscale: #747474. Windows color (decimal): -4767782 or 14303159. OLE color: 14303159.

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

Color convert

RGB 183 63 218 -
CMYK 0.16 0.71 0 0.15
HSL 286.45º 0.68% 0.55% -
HSV(B) 286.45º 0.71% 0.85% -
XYZ 33.96 18.68 68.15 -
YUV 116.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 183 63 218 0.16 0.71 0 0.15 286.45 0.68 0.55
Hex B7 3F DA 10 47 0 F 11E 44 37
Octal 267 77 332 20 107 0 17 436 104 67
Binary 10110111 111111 11011010 10000 1000111 0 1111 100011110 1000100 110111

Color Harmonies of #B73FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FDA

Black with #B73FDA

Text Example


Text Example

White with #B73FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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