Html Css Color HEX #B673CF Medium Orchid

📋 copy color: '#B673CF'

red 182 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #B673CF

Tints of Medium Orchid #B673CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 36.11%
G = 22.82%
B = 41.07%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B673CF (or 0xB673CF) is known color: Medium Orchid. HEX triplet: B6, 73 and CF. RGB value is (182,115,207). Sum of RGB (Red+Green+Blue) = 182+115+207=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B673CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CF is #498C30. Grayscale: #919191. Windows color (decimal): -4820017 or 13595574. OLE color: 13595574.

HSL color Cylindrical-coordinate representation of color #B673CF: hue angle of 283.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B673CF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 115 207 -
CMYK 0.12 0.44 0 0.19
HSL 283.7º 0.49% 0.63% -
HSV(B) 283.7º 0.44% 0.81% -
XYZ 36.68 26.71 62.25 -
YUV 145.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 182 115 207 0.12 0.44 0 0.19 283.7 0.49 0.63
Hex B6 73 CF C 2C 0 13 11C 31 3F
Octal 266 163 317 14 54 0 23 434 61 77
Binary 10110110 1110011 11001111 1100 101100 0 10011 100011100 110001 111111

Color Harmonies of #B673CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673CF

Black with #B673CF

Text Example


Text Example

White with #B673CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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