Html Css Color HEX #B673CB Medium Orchid

📋 copy color: '#B673CB'

red 182 ◦ green 115 ◦ blue 203

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

Shades of Medium Orchid #B673CB

Tints of Medium Orchid #B673CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 36.4%
G = 23%
B = 40.6%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B673CB (or 0xB673CB) is known color: Medium Orchid. HEX triplet: B6, 73 and CB. RGB value is (182,115,203). Sum of RGB (Red+Green+Blue) = 182+115+203=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B673CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CB is #498C34. Grayscale: #909090. Windows color (decimal): -4820021 or 13333430. OLE color: 13333430.

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

Color convert

RGB 182 115 203 -
CMYK 0.10 0.43 0 0.20
HSL 285.68º 0.46% 0.62% -
HSV(B) 285.68º 0.43% 0.8% -
XYZ 36.2 26.52 59.71 -
YUV 145.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 182 115 203 0.10 0.43 0 0.20 285.68 0.46 0.62
Hex B6 73 CB A 2B 0 14 11E 2E 3E
Octal 266 163 313 12 53 0 24 436 56 76
Binary 10110110 1110011 11001011 1010 101011 0 10100 100011110 101110 111110

Color Harmonies of #B673CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673CB

Black with #B673CB

Text Example


Text Example

White with #B673CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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