Html Css Color HEX #B673CA Medium Orchid

📋 copy color: '#B673CA'

red 182 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #B673CA

Tints of Medium Orchid #B673CA

RGB

 RED value IS 182 (71.48% from 255) = 36.47%

 GREEN value IS 115 (45.31% from 255) = 23.05%

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 36.47%
G = 23.05%
B = 40.48%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B673CA (or 0xB673CA) is known color: Medium Orchid. HEX triplet: B6, 73 and CA. RGB value is (182,115,202). Sum of RGB (Red+Green+Blue) = 182+115+202=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B673CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CA is #498C35. Grayscale: #909090. Windows color (decimal): -4820022 or 13267894. OLE color: 13267894.

HSL color Cylindrical-coordinate representation of color #B673CA: hue angle of 286.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B673CA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 115 202 -
CMYK 0.10 0.43 0 0.21
HSL 286.21º 0.45% 0.62% -
HSV(B) 286.21º 0.43% 0.79% -
XYZ 36.08 26.47 59.08 -
YUV 144.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 182 115 202 0.10 0.43 0 0.21 286.21 0.45 0.62
Hex B6 73 CA A 2B 0 15 11E 2D 3E
Octal 266 163 312 12 53 0 25 436 55 76
Binary 10110110 1110011 11001010 1010 101011 0 10101 100011110 101101 111110

Color Harmonies of #B673CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673CA

Black with #B673CA

Text Example


Text Example

White with #B673CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673CA; }

 p { color: rgb(182,115,202); }

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

background-color css

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

 a { background-color: rgb(182,115,202); }

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

border-color css

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

 span { border-color: rgb(182,115,202); }

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